Skip to content

Commit 83feb19

Browse files
authored
uo
1 parent 6a3d034 commit 83feb19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ puts logged_without_shared_secret.fa('shared_secret') ## will give a random code
175175
###
176176
nonlogged = Handler.new()
177177
puts nonlogged.fa() # will not work
178-
puts nonlogged.fa() # will give a random code
178+
puts logged.fa() # will give a random code
179179

180180
```
181181

0 commit comments

Comments
 (0)