From b194662c032d76b7e4fc092e48da73739994d6a7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 11 Apr 2016 12:41:40 +0200 Subject: [PATCH] Typo in documentation fixed --- lib/libZRCola/include/zrcola/translate.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libZRCola/include/zrcola/translate.h b/lib/libZRCola/include/zrcola/translate.h index adf56d8..f0e3b35 100644 --- a/lib/libZRCola/include/zrcola/translate.h +++ b/lib/libZRCola/include/zrcola/translate.h @@ -94,8 +94,8 @@ namespace ZRCola { /// /// Compares two transformations by string (for searching) /// - /// \param[in] a Pointer to key sequence - /// \param[in] b Pointer to second key sequence + /// \param[in] a Pointer to first element + /// \param[in] b Pointer to second element /// /// \returns /// - <0 when a < b @@ -150,8 +150,8 @@ namespace ZRCola { /// /// Compares two transformations by character (for searching) /// - /// \param[in] a Pointer to key sequence - /// \param[in] b Pointer to second key sequence + /// \param[in] a Pointer to first element + /// \param[in] b Pointer to second element /// /// \returns /// - <0 when a < b