Skip to content

Commit 479307a

Browse files
authored
Merge branch 'master' into move-arrays
2 parents 3078b28 + e13550a commit 479307a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Although blockchain platforms, such as [Ethereum](https://www.ethereum.org/) and [Libra](https://libra.org), require smart contract programmers to ensure the correct behaviour of their program before deployment, they don't provide high level languages designed with safety in mind. Solidity and others do not tailor for blockchain's unique programming model and instead, mimic existing popular languages like JavaScript, Python, or C, without providing additional safety mechanisms.
88

9-
Flint changes that, as a new programming language built for easily writing safe smart contracts. Flint is approachable to both experienced and new blockchain developers, and presents a variety of security features. Much of the language syntax is inspired by [the Swift language](https://swift.org/), making it more approachable than Solidity.
9+
Flint changes that, as a new programming language built for easily writing safe smart contracts. Flint is approachable to both experienced and new blockchain developers, and presents a variety of security features.
1010

1111
For a quick start, please have a look at the [Installation](#installation) section first, followed by the [Example](#example) section.
1212

@@ -130,7 +130,7 @@ Additionally, to run the testing libraries, install:
130130
* Libra
131131

132132
#### Install
133-
Assuming you have all the prerequisites, you should be able to build flint by running
133+
Assuming you have all the prerequisites, you should be able to build Flint by running
134134

135135
```bash
136136
git clone https://www.github.com/flintlang/flint-2.git

0 commit comments

Comments
 (0)