From 24441957795f78ab8ac18caae563758f23790f12 Mon Sep 17 00:00:00 2001 From: Frag Date: Sat, 1 Feb 2025 09:51:09 +0200 Subject: [PATCH] docs: fix typo in the description of oracle methods --- src/developers/advanced_topics/oracles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/developers/advanced_topics/oracles.md b/src/developers/advanced_topics/oracles.md index a591dc6..deb2963 100644 --- a/src/developers/advanced_topics/oracles.md +++ b/src/developers/advanced_topics/oracles.md @@ -4,7 +4,7 @@ > outside world that is not on-chain yet. One example is accessing the state of > an Ethereum smart contract from a Linera application. -The contract runtime currently has two oracle methods: +The contract runtime currently has three oracle methods: - `query_service` allows the contract to make a call to the application's own service code. Services can access some off-chain information, so these are not