Sfoglia il codice sorgente

Sync classref with current source

Rémi Verschelde 6 anni fa
parent
commit
8441a7bb7f

+ 1 - 1
classes/class_audioeffectlimiter.rst

@@ -32,7 +32,7 @@ Properties
 Description
 -----------
 
-A limiter is similar to a compressor, but its less flexible and designed to disallow sound going over a given dB threshold. Adding one in the Master Bus is always recommended to reduce the effects of clipping.
+A limiter is similar to a compressor, but it's less flexible and designed to disallow sound going over a given dB threshold. Adding one in the Master Bus is always recommended to reduce the effects of clipping.
 
 Soft clipping starts to reduce the peaks a little below the threshold level and progressively increases its effect as the input level increases such that the threshold is never exceeded.
 

+ 1 - 1
classes/class_image.rst

@@ -525,7 +525,7 @@ Returns the image's raw data.
 
 - :ref:`Format<enum_Image_Format>` **get_format** **(** **)** const
 
-Returns the images format. See ``FORMAT_*`` constants.
+Returns the image's format. See ``FORMAT_*`` constants.
 
 .. _class_Image_method_get_height:
 

+ 1 - 1
classes/class_popupmenu.rst

@@ -445,7 +445,7 @@ Remember this is just cosmetic and you have to add the logic for checking/unchec
 
 - void **set_item_as_separator** **(** :ref:`int<class_int>` idx, :ref:`bool<class_bool>` enable **)**
 
-Mark the item at index "idx" as a separator, which means that it would be displayed as a mere line.
+Mark the item at index "idx" as a separator, which means that it would be displayed as a line.
 
 .. _class_PopupMenu_method_set_item_checked:
 

+ 1 - 1
classes/class_visualscriptcondition.rst

@@ -19,7 +19,7 @@ A Visual Script node which branches the flow.
 Description
 -----------
 
-A Visual Script node that checks a :ref:`bool<class_bool>` input port. If ``true``, it will exit via the “true” sequence port. If ``false``, it will exit via the "false" sequence port. After exiting either, it exits via the “done” port. Sequence ports may be left disconnected.
+A Visual Script node that checks a :ref:`bool<class_bool>` input port. If ``true``, it will exit via the "true" sequence port. If ``false``, it will exit via the "false" sequence port. After exiting either, it exits via the "done" port. Sequence ports may be left disconnected.
 
 **Input Ports:**