Skip to content

Commit 8b493c8

Browse files
authored
Merge pull request #77 from jbampton/fix-spelling
Fix spelling
2 parents d05ca98 + 62016ce commit 8b493c8

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ group :scripts do
1010
gem 'yard-mruby'
1111
gem 'yard-coderay'
1212
end
13-

_data/mgems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@
17831783
repository: https://github.com/k0kubun/mruby-specinfra.git
17841784
repooptions:
17851785
- name: mruby-sqlite
1786-
description: "(Another) SQLite3 mrbgem, aiming for compatability with MRI's sqlite3
1786+
description: "(Another) SQLite3 mrbgem, aiming for compatibility with MRI's sqlite3
17871787
gem."
17881788
author: Jared Breeden
17891789
website: https://github.com/jbreeden/mruby-sqlite

_posts/2020-08-06-mruby-2.1.2-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We are announcing the stable release of mruby 2.1 series - [mruby 2.1.2](https:/
1515

1616
## Core Language Features
1717

18-
- Support for `Argument Forwarding`, which allows you to forward argyments in the form `def foo(...)`.
18+
- Support for `Argument Forwarding`, which allows you to forward arguments in the form `def foo(...)`.
1919

2020
## mruby VM and bytecode
2121

docs/articles/executing-ruby-code-with-mruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ programming → compiling (`mrbc`) → testing (`mruby`) → programming
164164
## Bytecode (.c)
165165
166166
This variant is interesting for those who want to integrate Ruby code directly
167-
into their C code. It will create a C array containg the bytecode which you
167+
into their C code. It will create a C array containing the bytecode which you
168168
then have to execute by yourself.
169169
170170
The first step is to compile the Ruby program. This is done by using `mrbc`

0 commit comments

Comments
 (0)