From f156733da0fb8d99eefe34aed70ef62b2c39d74a Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 16 Jan 2018 15:41:50 +0100 Subject: [PATCH] Add period --- EIPS/eip-831.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-831.md b/EIPS/eip-831.md index a1f30343..2a01ab9f 100644 --- a/EIPS/eip-831.md +++ b/EIPS/eip-831.md @@ -33,7 +33,7 @@ Ethereum URLs contain "ethereum" in their schema (protocol) part and are constru ### Semantics -`prefix` is optional and defines the use-case for this URL. If no prefix is given "pay-" is assumed to be concise and ensure backward compatibility to ERC-67 +`prefix` is optional and defines the use-case for this URL. If no prefix is given "pay-" is assumed to be concise and ensure backward compatibility to ERC-67. `payload` is mandatory and the content depends on the prefix. Structuring of the content is defined in the ERC for the specific use-case and not in the scope of this document. One example is ERC-681 for the pay- prefix.