summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-04-14 14:09:37 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2013-04-14 14:09:37 -0700
commit06cca20aeb85627de1e057797f663efcc8018c34 (patch)
tree5102a7db6e5f058a5ac7f206947e657a64c5e0da /doc
parentcaa3915485e208ac7d903b05e079c070f6b75b50 (diff)
parentae583861620f08a87bf079ab01f8982568743071 (diff)
downloadmruby-06cca20aeb85627de1e057797f663efcc8018c34.tar.gz
mruby-06cca20aeb85627de1e057797f663efcc8018c34.zip
Merge pull request #1180 from trmmy/typo
Add closing double-quotes to doc/compile/README.md
Diffstat (limited to 'doc')
-rw-r--r--doc/compile/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md
index 98c8b11c8..765a2e97c 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -197,7 +197,7 @@ like this:
toolchain :gcc
conf.cc.flags << "-m32"
- conf.linker.flags << "-m32
+ conf.linker.flags << "-m32"
end
All configuration options of ```MRuby::Build``` can also be used