You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This will add the scilla_parser dependency to Cargo.toml as specified in the ins
16
16
17
17
# Usage
18
18
This library parses the s-expression of a contract. There are two options:
19
-
1. Use `Contract::from_path` and pass a contract path. This function will automatically call `scilla-fmt` through docker to generate the s-expression needed to parsed the contract.
19
+
1. Use `Contract::from_path` and pass a contract path. This function will automatically call `scilla-fmt` through docker to generate the s-expression needed to parse the contract.
20
20
2. Parse a string (slice) to a contract. The string is supposed to have the s-expression of a contract.
0 commit comments