From 0ec5d46deb9f2e3b0fa1e25c0b5cc18bcbecb02c Mon Sep 17 00:00:00 2001 From: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Date: Wed, 8 Feb 2023 15:48:14 -0500 Subject: [PATCH] Update EIP-5219: Make small change to test something (#6468) * Update EIP-5219: Make small change to test something * Retrigger eip-review-bot * Update eip-5219.md * Update eip-5219.md * Fixed the bug * Update eip-5219.md * Finally fixed bug --- EIPS/eip-5219.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-5219.md b/EIPS/eip-5219.md index 4521b6fb9052fa..1845aad71f2208 100644 --- a/EIPS/eip-5219.md +++ b/EIPS/eip-5219.md @@ -12,7 +12,7 @@ created: 2022-07-10 ## Abstract -This EIP introduces an interface allowing clients to make resource requests to smart contracts, and to receive HTTP-like responses. +This EIP standardizes an interface to make resource requests to smart contracts and to receive HTTP-like responses. ## Motivation