diff options
author | Henrik Nord <[email protected]> | 2011-04-04 14:36:20 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-04-04 14:36:38 +0200 |
commit | 2260a75bae8bfa7c52e1e2841ac4d277db31b06b (patch) | |
tree | a0d7e7bb0b875827608335a623e8bde475e209b3 /lib | |
parent | 3fcefa8fd498a7bba83948dd83e39a1569df3a43 (diff) | |
parent | 8a8e05929bb12ee96a0bb92505c3c410be9a5052 (diff) | |
download | otp-2260a75bae8bfa7c52e1e2841ac4d277db31b06b.tar.gz otp-2260a75bae8bfa7c52e1e2841ac4d277db31b06b.tar.bz2 otp-2260a75bae8bfa7c52e1e2841ac4d277db31b06b.zip |
Merge branch 'mm/xmerl_doc_fixes' into dev
* mm/xmerl_doc_fixes:
Fix minor typos and improve punctuation in the xmerl_xpath @doc comment
OTP-9187
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmerl/src/xmerl_xpath.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xmerl/src/xmerl_xpath.erl b/lib/xmerl/src/xmerl_xpath.erl index e654a8ef1d..c803af3631 100644 --- a/lib/xmerl/src/xmerl_xpath.erl +++ b/lib/xmerl/src/xmerl_xpath.erl @@ -19,8 +19,8 @@ %% Description : Implements a search engine based on XPath -%% @doc The xmerl_xpath module handles the entire XPath 1.0 spec -%% XPath expressions typically occurs in XML attributes and are used to addres +%% @doc The xmerl_xpath module handles the entire XPath 1.0 spec. +%% XPath expressions typically occur in XML attributes and are used to address %% parts of an XML document. % The grammar is defined in <code>xmerl_xpath_parse.yrl</code>. % The core functions are defined in <code>xmerl_xpath_pred.erl</code>. |