Skip to content

Commit

Permalink
Fixed more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arwassa committed Jun 1, 2019
1 parent 8e2b506 commit 12aa99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/net.moon
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ class NetworkInterfaceManager
return totalTx

getTotalRx: () =>
return totalRx
return @totalRx

getRxRate: () =>
return rxRate
return @rxRate

getTxRate: () =>
return txRate
Expand Down

0 comments on commit 12aa99a

Please sign in to comment.