Skip to content

Commit

Permalink
Small tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Sep 14, 2018
1 parent 3c62e86 commit 2c7b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/let-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Let Binding
---

A "let binding", in other languages, might be called a "variable declaration/assignment". `let` gives names to values. They can be seen and referenced by code that comes after them.
A "let binding", in other languages, might be called a "variable declaration". `let` gives names to values. They can be seen and referenced by code that comes after them.

```reason
let greeting = "hello!";
Expand Down

0 comments on commit 2c7b36f

Please sign in to comment.