Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 43b0116

Browse files
authored
Fix: typos (#1371)
Fix: typos
1 parent ef7c673 commit 43b0116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en-us/advanced/oracle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Neo Oracle Service adopts the request-response processing mechanism, which is an
3434

3535
**Process**
3636

37-
1. The user writes the smart constract to call the `Request` method of the Oracle contract.
37+
1. The user writes the smart contract to call the `Request` method of the Oracle contract.
3838

3939
Each successfully created Request is put in the Request cache list with an unique RequestId.
4040

@@ -66,7 +66,7 @@ Oracle service currently supports two URL schemes, `https` and `neofs`. `https`
6666

6767
## Example
6868

69-
Here is an demo about using the Oracle service:
69+
Here is a demo about using the Oracle service:
7070

7171
```c#
7272
using Neo.SmartContract;
@@ -239,4 +239,4 @@ The Code field defines the status Code for Oracle responses, including the follo
239239
| `0x18` | `Forbidden` | no permission to query the data source | `byte` |
240240
| `0x1a` | `ResponseTooLarge` | result size is out of limit | `byte` |
241241
| `0x1c` | `InsufficientFunds` | the fee is insufficient | `byte` |
242-
| `0xff` | `Error` | error orrcurs in the execution | `byte` |
242+
| `0xff` | `Error` | error occurs in the execution | `byte` |

0 commit comments

Comments
 (0)