Update comment with better grammar :)

This commit is contained in:
John Furrow
2015-11-21 23:20:38 -08:00
parent c0168a0284
commit dc9ff5abc0

View File

@@ -55,7 +55,7 @@ class ClientStats extends React.Component {
}
componentWillReceiveProps(nextProps) {
// check that the transfers was actually updated since the last component
// check that the transferData was actually updated since the last component
// update. if it was updated, add the latest download & upload rates to the
// end of the array and remove the first element in the array. if the arrays
// are empty, fill in zeros for the first n entries.