Skip to content

Commit 72aa115

Browse files
authored
Update what-and-why.md
Fix typo 😄
1 parent 3aabb81 commit 72aa115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/what-and-why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Here are some alternatives that share similar concepts with Reason:
6767

6868
- [Rust](http://rust-lang.org). Inspired by the ML family of languages, but not garbage collected. Has excellent parallelism support.
6969
- [Elm](http://elm-lang.org). Another great language in the ML family. Focuses on building web applications. See the widely praised talk on Elm, [Let's Be Mainstream](https://www.youtube.com/watch?v=oYk8CKH7OhE).
70-
- [PureScript](http://www.purescript.org). Inspired by Haskell, compiles to the JavaScript.
70+
- [PureScript](http://www.purescript.org). Inspired by Haskell, compiles to JavaScript.
7171
- [Fable](http://fable.io/). Based on F#, which is closely related to OCaml.
7272
- [ClojureScript](https://clojurescript.org). Dynamically typed language that prioritizes simplicity & great interop.
7373
- [Swift](https://www.apple.com/swift/). Language built by Apple, and interoperates with Objective-C well.

0 commit comments

Comments
 (0)