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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ the return value of the call.
```sophia ```sophia
contract interface VotingType = contract interface VotingType =
entrypoint : vote : string => unit entrypoint vote : string => unit
contract Voter = contract Voter =
entrypoint tryVote(v : VotingType, alt : string) = entrypoint tryVote(v : VotingType, alt : string) =