Fix Typo and whitespace in sophia_features.md (#500)

This commit is contained in:
Hans Svensson
2024-01-25 09:57:08 +01:00
committed by GitHub
parent dbeb792ca5
commit 5c3b42aff1
+1 -1
View File
@@ -84,7 +84,7 @@ the return value of the call.
```sophia
contract interface VotingType =
entrypoint : vote : string => unit
entrypoint vote : string => unit
contract Voter =
entrypoint tryVote(v : VotingType, alt : string) =