Skip to content

Commit 1dbc7af

Browse files
authored
Remove backslash before & sign as it is visible in git pages
1 parent aa63e16 commit 1dbc7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use the Oracle pattern when
1515
* you rely on information that can not be provided from within the blockchain.
1616
* you trust the provider of the necessary information.
1717

18-
## Participants \& Collaborations
18+
## Participants & Collaborations
1919

2020
The oracle pattern consists of three entities: the contract requesting information, the oracle and the data source. The process begins with a contract requesting information, which he cannot retrieve from within the blockchain. Therefore a transaction is sent to the oracle contract, which lives on the blockchain as well. This transaction contains a request that the contract wishes to be fulfilled. Optional parameters can be the desired data source, or a certain time in the future, at which the answer should be delivered.
2121

0 commit comments

Comments
 (0)