fix typo in ruby middleware example

continiously -> continuously
This commit is contained in:
Alex Zvorygin
2018-07-04 13:55:58 +05:00
committed by Leonid Bugaev
parent 85a7bc1e9a
commit 88972ff301
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
# encoding: utf-8
while data = STDIN.gets # continiously read line from STDIN
while data = STDIN.gets # continuously read line from STDIN
next unless data
data = data.chomp # remove end of line symbol