Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ngallagher committed Feb 4, 2019
1 parent 3261285 commit 45f6c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ func create<T>(type: T): T {
### Types
In any substantial application types are required. A type is basically a way to define and encapsulate variables
In any object oriented language types are required. A type is basically a way to define and encapsulate variables
and functions within a named scope. All types can have generic parameters allowing the static analyser to verify
interactions with the type.
Expand Down

0 comments on commit 45f6c51

Please sign in to comment.