diff options
author | Björn Gustavsson <[email protected]> | 2014-03-25 06:59:59 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-03-28 10:06:45 +0100 |
commit | 3c3eeceb484079b47ce1d754eac63c5f07834225 (patch) | |
tree | fc9616a7ed67d385c92bd5cc226c2c3e0c99bcb8 /lib/asn1/doc/src/asn1_ug.xml | |
parent | 70c48be27e74916dfbcee48343ede1882658832c (diff) | |
download | otp-3c3eeceb484079b47ce1d754eac63c5f07834225.tar.gz otp-3c3eeceb484079b47ce1d754eac63c5f07834225.tar.bz2 otp-3c3eeceb484079b47ce1d754eac63c5f07834225.zip |
Fix an ampersand
Diffstat (limited to 'lib/asn1/doc/src/asn1_ug.xml')
-rw-r--r-- | lib/asn1/doc/src/asn1_ug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/asn1_ug.xml b/lib/asn1/doc/src/asn1_ug.xml index cef7945226..18aa0b1d87 100644 --- a/lib/asn1/doc/src/asn1_ug.xml +++ b/lib/asn1/doc/src/asn1_ug.xml @@ -1435,7 +1435,7 @@ StartMessage ::= SEQUENCE { <p><c>StartMessage</c> can in the <c>content</c> field be encoded with a value of any type that an object in the <c>GENERAL-PROCEDURES</c> object set has in its <c>NEW MESSAGE</c> field. This field refers to a type field - <c><![CDATA[&Message]]></c> in the class. The <c>msgId</c> field is always + <c>&Message</c> in the class. The <c>msgId</c> field is always encoded as a PrintableString, since the field refers to a fixed type in the class.</p> <p>In practice, object sets are usually declared to be extensible so |