diff --git a/icu4c/source/common/unicode/unistr.h b/icu4c/source/common/unicode/unistr.h
index 149e6392f90..d268db6e1c7 100644
--- a/icu4c/source/common/unicode/unistr.h
+++ b/icu4c/source/common/unicode/unistr.h
@@ -1992,8 +1992,7 @@ public:
/**
* Append operator. Append the characters in srcText to the
- * UnicodeString object at offset start. srcText is
- * not modified.
+ * UnicodeString object. srcText is not modified.
* @param srcText the source for the new characters
* @return a reference to this
* @stable ICU 2.0
@@ -2019,8 +2018,8 @@ public:
int32_t srcLength);
/**
- * Append the characters in srcText to the UnicodeString object at
- * offset start. srcText is not modified.
+ * Append the characters in srcText to the UnicodeString object.
+ * srcText is not modified.
* @param srcText the source for the new characters
* @return a reference to this
* @stable ICU 2.0