Skip to content

Commit 6d9e93b

Browse files
Update content/concepts/programs.md
Co-authored-by: Johnny <[email protected]>
1 parent 7970479 commit 6d9e93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Programs can require users to include auxiliary data, separate from the message,
3939

4040
### Oracle Data
4141

42-
Oracle data in this regard is information that can be grabbed by the chain and passed through to the program. This information comes from the pallet ```Oracle``` and storage slot ```OracleData```. ```OracleData``` takes in a key which can denoate any oracle data you want. Oracle data needs to come from the chain first as all programs need to be deterministic.
42+
Oracle data is information that can be grabbed by the chain and passed through to the program. This information comes from the pallet `Oracle` and storage slot `OracleData`. `OracleData` takes in a key which can denote any oracle data you want. Oracle data needs to come from the chain first as all programs need to be deterministic.
4343

4444
Current headings
4545

0 commit comments

Comments
 (0)