Skip to content

Commit

Permalink
Fix typo/grammar in Tutorial_en.md (#323)
Browse files Browse the repository at this point in the history
Thanks for the correction
  • Loading branch information
mrkish authored Aug 15, 2022
1 parent e4eea1a commit 620083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/Tutorial_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (mf *MyFact) GetWhatToSay(sentence string) string {

**NOTE:** Member functions are subject to the following requirements:

* The member function must be **visible**; it's name must start with a capital
* The member function must be **visible**; its name must start with a capital
letter.
* The member function must return `0` or `1` values. More than one return value
is not supported.
Expand Down

0 comments on commit 620083c

Please sign in to comment.