Add missing period

Vectornaut 2024-07-23 21:30:40 +00:00
parent cc71a13752
commit 82359022d1

@ -72,7 +72,7 @@ The gist of the most significant argument for the upper version is that one read
### Ruby ### Ruby
- Well-established, with a large user community. - Well-established, with a large user community.
- Can transpile to JavaScript using [Opal](https://github.com/opal/opal#readme) - Can transpile to JavaScript using [Opal](https://github.com/opal/opal#readme).
- Can compile to WebAssembly using [Artichoke](https://www.artichokeruby.org/). - Can compile to WebAssembly using [Artichoke](https://www.artichokeruby.org/).
- ⇓ WASM support is unstable. For example, Artichoke is pre-release. - ⇓ WASM support is unstable. For example, Artichoke is pre-release.
- Has a linear algebra library written in C/C++: [NMatrix](http://sciruby.com/nmatrix/). - Has a linear algebra library written in C/C++: [NMatrix](http://sciruby.com/nmatrix/).