diff options
author | Fredrik Gustafsson <[email protected]> | 2013-08-07 09:36:53 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-08-07 09:36:53 +0200 |
commit | 8237ef3cb7e4845bfa266cea96f318fa3d68f682 (patch) | |
tree | 0d04c47a2022af3ffb827eb8e6005605944c604e /lib | |
parent | 6ed736d1d5e00b4264d2928c555a2c347941dc10 (diff) | |
parent | b20d0ac04fc8153d1c14e707f9424a7f742cf167 (diff) | |
download | otp-8237ef3cb7e4845bfa266cea96f318fa3d68f682.tar.gz otp-8237ef3cb7e4845bfa266cea96f318fa3d68f682.tar.bz2 otp-8237ef3cb7e4845bfa266cea96f318fa3d68f682.zip |
Merge branch 'fredrik/xmerl/fix_doc/OTP-11224' into maint
* fredrik/xmerl/fix_doc/OTP-11224:
xmerl: fix typos
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmerl/doc/src/xmerl_ug.xmlsrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xmerl/doc/src/xmerl_ug.xmlsrc b/lib/xmerl/doc/src/xmerl_ug.xmlsrc index 8a0805020e..10c770c400 100644 --- a/lib/xmerl/doc/src/xmerl_ug.xmlsrc +++ b/lib/xmerl/doc/src/xmerl_ug.xmlsrc @@ -409,9 +409,9 @@ Data = specification but the basic functionality. For all details see the <seealso marker="xmerl_xs">reference manual</seealso></p> <p>First, some words about the xmerl_xs functionality:</p> - <p>You need to wright template functions to be able to control + <p>You need to write template functions to be able to control what kind of output you want. Thus if you want to encapsulate a - <c>bike</c> element in <p> tags you simply wright a + <c>bike</c> element in <p> tags you simply write a function:</p> <pre> template(E = #xmlElement{name='bike'}) -> |