summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-04-17 12:46:57 +0800
committerPeng Wu <alexepico@gmail.com>2012-04-17 12:46:57 +0800
commitdda8493527daeb41f90296b4fa0f8f9b4bce1d15 (patch)
tree2f828d64628e817814fa9da98514765c79fab8c2 /src/pinyin.h
parente923803661e82bda4e095a99279ac8f87c3382c3 (diff)
downloadlibpinyin-dda8493527daeb41f90296b4fa0f8f9b4bce1d15.tar.gz
libpinyin-dda8493527daeb41f90296b4fa0f8f9b4bce1d15.tar.xz
libpinyin-dda8493527daeb41f90296b4fa0f8f9b4bce1d15.zip
update pinyin_choose_candidate
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index d4f14ce..3ac3aa0 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -318,7 +318,7 @@ bool pinyin_get_full_pinyin_candidates(pinyin_instance_t * instance,
* @instance: the pinyin instance.
* @offset: the offset in the pinyin keys.
* @token: the selected candidate.
- * @returns: the characters of the chosen candidate.
+ * @returns: the cursor after the chosen candidate.
*
* Choose an candidate at the offset.
*