Skip to content

Commit be33adc

Browse files
committed
Added missing period.
1 parent 47de9e1 commit be33adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robotjs.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ NAN_METHOD(scrollMouse)
206206
{
207207
NanScope();
208208

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

0 commit comments

Comments
 (0)