mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
fix typo in ruby middleware example
continiously -> continuously
This commit is contained in:
committed by
Leonid Bugaev
parent
85a7bc1e9a
commit
88972ff301
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user