We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1cbe7 commit aa99982Copy full SHA for aa99982
examples/how-to/perform-http-requests/README.md
@@ -30,7 +30,7 @@ service perform the HTTP request and return only the deterministic parts of the
30
31
## HTTP requests using the service as an oracle
32
33
-The contract may call the service as an oracle. That means that that contracts sends a query to the
+The contract may call the service as an oracle. That means that contract sends a query to the
34
service and waits for its response. The execution of the contract is metered by executed
35
instruction, while the service executing as an oracle is metered by a coarse-grained timer. That
36
allows the service to execute non-deterministically, and as long as it always returns a
0 commit comments