diff options
author | Pratik Karki <predatoramigo@gmail.com> | 2017-10-17 14:59:21 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-17 14:59:21 +0545 |
commit | 76d91ae4fe8eee4250bdebef986584970aef6976 (patch) | |
tree | e9efc976288bd04c1d85d2b8fe04c03e13553b8c | |
parent | 86bc2d4ea4660920f5d7cc4df25ac86d005cafca (diff) | |
parent | 5239dfadae5f572e620046d962d219110a7885aa (diff) |
Merge pull request #2913 from ditam/haxe-typos
[haxe/en] minor typos
-rw-r--r-- | haxe.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haxe.html.markdown b/haxe.html.markdown index e811031e..df2a1e78 100644 --- a/haxe.html.markdown +++ b/haxe.html.markdown @@ -770,8 +770,8 @@ class UsingExample { ``` We're still only scratching the surface here of what Haxe can do. For a formal -overiew of all Haxe features, checkout the [online -manual](http://haxe.org/manual), the [online api](http://api.haxe.org/), and +overview of all Haxe features, checkout the [online +manual](http://haxe.org/manual), the [online API](http://api.haxe.org/), and "haxelib", the [haxe library repo] (http://lib.haxe.org/). For more advanced topics, consider checking out: |