Skip to content

Commit 3709e8f

Browse files
Fix quotation mark in ruby example.
1 parent a9ea33f commit 3709e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/rust-inside-other-languages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ end
217217

218218
Hello.process
219219

220-
puts "done!
220+
puts "done!"
221221
```
222222
223223
Before we can run this, we need to install the `ffi` gem:

0 commit comments

Comments
 (0)