diff options
author | Björn Gustavsson <[email protected]> | 2014-03-28 06:33:19 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-03-28 10:06:47 +0100 |
commit | b8e71bffc15a1c0a668cabb7e52a90838cba027f (patch) | |
tree | 33b93a0fa206420ecba2726c2079f74cb1a3c6bf /lib | |
parent | d4e091122ceabcbd5a38d9fbe433fdcdb21b6a9f (diff) | |
download | otp-b8e71bffc15a1c0a668cabb7e52a90838cba027f.tar.gz otp-b8e71bffc15a1c0a668cabb7e52a90838cba027f.tar.bz2 otp-b8e71bffc15a1c0a668cabb7e52a90838cba027f.zip |
Replace "extend-ability" with "extensibility"
While "extendability" (without the hyphen) is an English word,
"extensibility" is the established term used when talking about
the extensibility of ASN.1 types.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/asn1/doc/src/asn1_ug.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/asn1/doc/src/asn1_ug.xml b/lib/asn1/doc/src/asn1_ug.xml index 2522333d77..497ea9bd2b 100644 --- a/lib/asn1/doc/src/asn1_ug.xml +++ b/lib/asn1/doc/src/asn1_ug.xml @@ -990,7 +990,7 @@ ok </section> <section> - <title>Notes about Extend-ability for SEQUENCE and SET</title> + <title>Notes about extensibility for SEQUENCE and SET</title> <p>When a SEQUENCE or SET contains an extension marker and extension components like this:</p> <pre> @@ -1038,7 +1038,7 @@ TVal2 = {z,{0,1,2}}, </p> <section> - <title>Extendable CHOICE</title> + <title>Extensible CHOICE</title> <p>When a CHOICE contains an extension marker and the decoder detects an unknown alternative of the CHOICE the value is represented as:</p> <pre> |