From 82359022d17d04e05146a64c020ed697a05974ee Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Tue, 23 Jul 2024 21:30:40 +0000 Subject: [PATCH] Add missing period --- Coding-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-environment.md b/Coding-environment.md index 8b8085d..be7e244 100644 --- a/Coding-environment.md +++ b/Coding-environment.md @@ -72,7 +72,7 @@ The gist of the most significant argument for the upper version is that one read ### Ruby - 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/). - ⇓ WASM support is unstable. For example, Artichoke is pre-release. - Has a linear algebra library written in C/C++: [NMatrix](http://sciruby.com/nmatrix/).