Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripospisil committed Nov 26, 2012
1 parent 3c6b342 commit 5685e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ libraries is platform dependent. You can use this bit of code to find the
filename extension used on your platform for dynamically linked libraries:

% irb -rrbconfig
>> RbConfig::CONFIG['DLEXT']"
>> RbConfig::CONFIG['DLEXT']
# extensions are .bundle on my OS
=> bundle

Expand Down

0 comments on commit 5685e3c

Please sign in to comment.