From 431b048f39af5e91e72e0dab8ce1badf0da7fc01 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 15 Mar 2017 21:26:49 +0000 Subject: [PATCH] ICU-12992 tiny doc fix X-SVN-Rev: 39824 --- icu4c/source/common/unicode/char16ptr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/unicode/char16ptr.h b/icu4c/source/common/unicode/char16ptr.h index 744aef2c9ca..02c1308453a 100644 --- a/icu4c/source/common/unicode/char16ptr.h +++ b/icu4c/source/common/unicode/char16ptr.h @@ -13,7 +13,7 @@ /** * \file * \brief C++ API: char16_t pointer wrappers with - * implicit conversion to/from bit-compatible raw pointer types. + * implicit conversion from bit-compatible raw pointer types. * Also conversion functions from char16_t * to UChar * and OldUChar *. */