Skip to content

Commit

Permalink
Fix typo in ruby docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jan 20, 2017
1 parent 93c1d53 commit 9503f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Manual/Ruby.html
Expand Up @@ -197,7 +197,7 @@ <H3><a name="Ruby_nn4">38.1.2 Getting the right header files</a></H3>
the compiler options needed to compile the code is to ask Ruby itself:</p>

<div class="code shell">
<pre>$ ruby -e 'require "rbconfig"; puts "-I#{RbConfig::CONFIG[%q{rubyhdrdir} -I#{RbConfig::CONFIG[%q{rubyarchhdrdir}]}"'
<pre>$ ruby -e 'require "rbconfig"; puts "-I#{RbConfig::CONFIG[%q{rubyhdrdir}]} -I#{RbConfig::CONFIG[%q{rubyarchhdrdir}]}"'
-I/usr/include/ruby-2.1.0 -I/usr/include/x86_64-linux-gnu/ruby-2.1.0
</pre>
</div>
Expand Down

0 comments on commit 9503f2e

Please sign in to comment.