Use wording from a suggestion
authorEmmanuele Bassi <ebassi@gmail.com>
Mon, 23 Jan 2023 11:50:28 +0000 (11:50 +0000)
committerLukáš Tyrychtr <lukastyrychtr@gmail.com>
Mon, 23 Jan 2023 11:50:28 +0000 (11:50 +0000)
gtk/gtkcssprovider.c

index 05adf955499c5fd288da9291bab5011092a71366..9283b764a9dcee541a950c21dfff34e6ad89eed9 100644 (file)
@@ -1087,9 +1087,7 @@ gtk_css_provider_load_internal (GtkCssProvider *self,
  * gtk_css_provider_load_from_data:
  * @css_provider: a `GtkCssProvider`
  * @data: (array length=length) (element-type utf8): CSS data loaded in memory
- * @length: the length of @data in bytes, or -1 for NUL terminated strings. If
- *   @length is not -1, the code will assume it is not NUL terminated and will
- *   potentially do a copy.
+ * @length: the length of @data in bytes, or -1 for NUL terminated strings
  *
  * Loads @data into @css_provider.
  *