From 3709e8f92bbe314bd70a85caec4a773d98c787b5 Mon Sep 17 00:00:00 2001 From: Jeremy Schlatter Date: Fri, 15 May 2015 16:08:15 -0700 Subject: [PATCH] Fix quotation mark in ruby example. --- src/doc/trpl/rust-inside-other-languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/rust-inside-other-languages.md b/src/doc/trpl/rust-inside-other-languages.md index a1ae50a0c5396..204dd3895c3f8 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: