From 169c57db871f5d571e74a5e188038a28b8747cc6 Mon Sep 17 00:00:00 2001 From: Dmitry Lyukov Date: Fri, 25 Mar 2016 20:53:10 +0300 Subject: [PATCH] Fixed missprint in src/main.go --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index c2604cb..c864228 100644 --- a/src/main.go +++ b/src/main.go @@ -15,7 +15,7 @@ const ( ) // Extract pressed keys from bufer buf -// It retruns slice with key numbers in the same order +// It returns slice with key numbers in the same order func GetKeyNumsFromOutput(buf []byte) []uint8 { return make([]uint8, 0) }