Parcourir la source

[2371] fixed a trivial description error in doc

JINMEI Tatuya il y a 12 ans
Parent
commit
a77ea5d4e9
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/lib/dns/master_lexer.h

+ 1 - 2
src/lib/dns/master_lexer.h

@@ -122,8 +122,7 @@ public:
     ///
     /// \throw None
     ///
-    /// \return A string representation of the current source (see the
-    /// description)
+    /// \return The current line number of the source (see the description)
     size_t getSourceLine() const;
 
 private: