Fix quotation mark in ruby example.
This commit is contained in:
parent
a9ea33fa30
commit
3709e8f92b
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ end
|
|||
|
||||
Hello.process
|
||||
|
||||
puts "done!”
|
||||
puts "done!"
|
||||
```
|
||||
|
||||
Before we can run this, we need to install the `ffi` gem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue