Skip to content

Commit 3bea306

Browse files
authored
Merge pull request #116 from jbampton/remove-trailing-whitespace
chore: remove trailing whitespace
2 parents 574f7af + fa0a11c commit 3bea306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<a href="https://github.com/h2so5/mruby-logo">mruby-logo</a> provided by <a href="https://github.com/h2so5">h2so5</a>
44
</div>
5-
<div>
5+
<div>
66
<a href="/feed.xml">
77
<img src="/assets/images/icons/atom-feed.png" alt="Atom feed" title="Atom feed" width="25" height="25">
88
</a>

_posts/2021-03-05-mruby-3.0.0-released.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can specify the mruby build configuration by building mruby with the `rake`
9292

9393
## mruby VM and bytecode
9494

95-
Due to improvements in the binary format, mruby binaries are no longer backward compatible.
95+
Due to improvements in the binary format, mruby binaries are no longer backward compatible.
9696
To run the mruby binaries on mruby 3.0, recompile with the mruby 3.0 `mrbc`.
9797

9898
- Upgrade mruby VM version `RITE_VM_VER` to `0300` (means mruby 3.0).

0 commit comments

Comments
 (0)