Parcourir la source

[2360] Update wording in API doc comment for RRset::toText()

Mukund Sivaraman il y a 12 ans
Parent
commit
1114159c5b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/lib/dns/rrset.h

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

@@ -267,7 +267,8 @@ public:
     /// the resulting string with a trailing newline character.
     /// (following the BIND9 convention)
     ///
-    /// If any RRSIGs are associated with the RRset, they are also rendered.
+    /// If any RRSIGs are associated with the RRset, they are also
+    /// appended to the returned string.
     ///
     /// If the class is not ANY or NONE, the RRset must contain some RDATA;
     /// otherwise, an exception of class \c EmptyRRset will be thrown.