Skip to content

Commit

Permalink
Remove PHPism from README example code
Browse files Browse the repository at this point in the history
  • Loading branch information
rask committed Feb 6, 2019
1 parent fbca0b9 commit 072ef25
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 @@ -309,7 +309,7 @@ management and recovery is forced upon the calling party, who can then decide
whether to handle the error value or pass it on as an error.

```saha
function my_func() : Result<int, str>
function my_func() Result<int, str>
{
var res'Result<int, str> = new Result<int, str>();
Expand Down

0 comments on commit 072ef25

Please sign in to comment.