We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a7bc1 commit 88972ffCopy full SHA for 88972ff
examples/middleware/echo.rb
@@ -1,6 +1,6 @@
1
#!/usr/bin/env ruby
2
# encoding: utf-8
3
-while data = STDIN.gets # continiously read line from STDIN
+while data = STDIN.gets # continuously read line from STDIN
4
next unless data
5
data = data.chomp # remove end of line symbol
6
0 commit comments