Minor doc fix.
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 6 Dec 2011 18:20:39 +0000 (13:20 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 6 Dec 2011 18:20:39 +0000 (13:20 -0500)
glib/gunidecomp.c

index b5c4a67..6cbc2df 100644 (file)
@@ -701,7 +701,7 @@ g_unichar_compose (gunichar  a,
  * this may change in the future (very unlikely though).
  * At any rate, Unicode does guarantee that a buffer of length
  * 18 is always enough for both compatibility and canonical
- * decompositions.
+ * decompositions, so that is the size recommended.
  *
  * See <ulink url="http://unicode.org/reports/tr15/">UAX#15</ulink>
  * for details.