From d4c6b5632ffd4792a89d845592aa953573173f8f Mon Sep 17 00:00:00 2001 From: Pure White Date: Wed, 9 Oct 2019 05:59:10 +0800 Subject: Fix typo in IDL specs This closes #1880. --- doc/specs/idl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/specs/idl.md b/doc/specs/idl.md index ac3536819..9439bee4e 100644 --- a/doc/specs/idl.md +++ b/doc/specs/idl.md @@ -126,7 +126,7 @@ Because of this behaviour, required fields drastically limit the options with re - Read: Optional fields may, or may not be part of the input stream. - Default values: are written when the isset flag is set -Most language implementations use the recommended pratice of so-called "isset" flags to indicate whether a particular optional field is set or not. Only fields with this flag set are written, and conversely the flag is only set when a field value has been read from the input stream. +Most language implementations use the recommended practice of so-called "isset" flags to indicate whether a particular optional field is set or not. Only fields with this flag set are written, and conversely the flag is only set when a field value has been read from the input stream. #### default requiredness (implicit) -- cgit v1.2.1