Skip to content

Commit

Permalink
Added missing period.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Sep 19, 2015
1 parent 47de9e1 commit be33adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotjs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ NAN_METHOD(scrollMouse)
{
NanScope();

//Get the values of magnitude and direction from the arguments list
//Get the values of magnitude and direction from the arguments list.
if(args.Length() == 2)
{
int scrollMagnitude = args[0]->Int32Value();
Expand Down

0 comments on commit be33adc

Please sign in to comment.