diff options
author | Andreas Lappe <[email protected]> | 2018-03-21 16:57:06 +0100 |
---|---|---|
committer | Andreas Lappe <[email protected]> | 2018-03-21 16:57:06 +0100 |
commit | 9afbb2d2bc4b0680e7ac3b33465b0b6e36631faf (patch) | |
tree | e26396d9ca1741dae9692939b985ec175b993a32 | |
parent | cf3cbf0871832cb0808293842e5ae726edfc12e1 (diff) | |
download | otp-9afbb2d2bc4b0680e7ac3b33465b0b6e36631faf.tar.gz otp-9afbb2d2bc4b0680e7ac3b33465b0b6e36631faf.tar.bz2 otp-9afbb2d2bc4b0680e7ac3b33465b0b6e36631faf.zip |
Fix a simple typo in xmerl documentation
-rw-r--r-- | lib/xmerl/src/xmerl_xsd.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmerl/src/xmerl_xsd.erl b/lib/xmerl/src/xmerl_xsd.erl index a89b3159ec..d727084175 100644 --- a/lib/xmerl/src/xmerl_xsd.erl +++ b/lib/xmerl/src/xmerl_xsd.erl @@ -18,7 +18,7 @@ %% %CopyrightEnd% %% -%% @doc Interface module for XML Schema vlidation. +%% @doc Interface module for XML Schema validation. %% It handles the W3.org %% <a href="http://www.w3.org/XML/Schema#dev">specifications</a> %% of XML Schema second edition 28 october 2004. For an introduction to |