Skip to content

Commit f2c4901

Browse files
author
Weiwu Zhang
authored
trivial text change.
1 parent cc8dd27 commit f2c4901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ERCs/ERC5XX0 draft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Often Smart Contract authors want to provide some user functionality to their to
1616

1717
This ERC proposes adding a `scriptURI` which is a structure containing an array of URIs to external resources, such as in IPFS, GitHub, a cloud provider, etc., which will store the actual script.
1818

19-
Each `scriptURI` semantically contains access information to access a *single* signed script, stored in one or more off-chain locations.
19+
Each `scriptURI` semantically contains access information to access a *single* script, stored in one or more off-chain locations.
2020

21-
Concretely each element in the array contains a URI to the script itself.
21+
Concretely each element in the array contains a URI to the same script.
2222

2323
The script provides a client-side executable to the hosting token. Examples of such a script could be:
2424

0 commit comments

Comments
 (0)