about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJeremy Schlatter <jeremy.schlatter@gmail.com>2015-05-15 16:08:15 -0700
committerJeremy Schlatter <jeremy.schlatter@gmail.com>2015-05-15 16:08:15 -0700
commit3709e8f92bbe314bd70a85caec4a773d98c787b5 (patch)
treea83cc8aa7ed3452a272b9d501ab1723c759f0db3 /src
parenta9ea33fa30fc2c1a8084e035455ba2a0a0dfea3e (diff)
downloadrust-3709e8f92bbe314bd70a85caec4a773d98c787b5.tar.gz
rust-3709e8f92bbe314bd70a85caec4a773d98c787b5.zip
Fix quotation mark in ruby example.
Diffstat (limited to 'src')
-rw-r--r--src/doc/trpl/rust-inside-other-languages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/rust-inside-other-languages.md b/src/doc/trpl/rust-inside-other-languages.md
index a1ae50a0c53..204dd3895c3 100644
--- a/src/doc/trpl/rust-inside-other-languages.md
+++ b/src/doc/trpl/rust-inside-other-languages.md
@@ -217,7 +217,7 @@ end
 
 Hello.process
 
-puts "done!”
+puts "done!"
 ```
 
 Before we can run this, we need to install the `ffi` gem: