From 459f526119da43efae52307a6165a8ccd5cb2288 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Sat, 2 Sep 2017 21:19:06 +0700 Subject: Fix typos 'a' and 'an' --- doc/base/classes.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/base') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b537a7b152..96d515de5e 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -4829,7 +4829,7 @@ - Set the order in which the area is processed. Greater values mean the area gets processed first. This is useful for areas which have an space override different from AREA_SPACE_OVERRIDE_DISABLED or AREA_SPACE_OVERRIDE_COMBINE, as they replace values, and are thus order-dependent. + Set the order in which the area is processed. Greater values mean the area gets processed first. This is useful for areas which have a space override different from AREA_SPACE_OVERRIDE_DISABLED or AREA_SPACE_OVERRIDE_COMBINE, as they replace values, and are thus order-dependent. Areas with the same priority value get evaluated in an unpredictable order, and should be differentiated if evaluation order is to be important. @@ -5297,7 +5297,7 @@ - Set the order in which the area is processed. Greater values mean the area gets processed first. This is useful for areas which have an space override different from AREA_SPACE_OVERRIDE_DISABLED or AREA_SPACE_OVERRIDE_COMBINE, as they replace values, and are thus order-dependent. + Set the order in which the area is processed. Greater values mean the area gets processed first. This is useful for areas which have a space override different from AREA_SPACE_OVERRIDE_DISABLED or AREA_SPACE_OVERRIDE_COMBINE, as they replace values, and are thus order-dependent. Areas with the same priority value get evaluated in an unpredictable order, and should be differentiated if evaluation order is to be important. @@ -16763,7 +16763,7 @@ - Get the specific project settings path. Projects all have an unique sub-directory inside the settings path where project specific settings are saved. + Get the specific project settings path. Projects all have a unique sub-directory inside the settings path where project specific settings are saved. @@ -18893,7 +18893,7 @@ Internationalized font and text drawing support. - Font contains an unicode compatible character set, as well as the ability to draw it with variable width, ascent, descent and kerning. For creating fonts from TTF files (or other font formats), see the editor support for fonts. TODO check wikipedia for graph of ascent/baseline/descent/height/etc. + Font contains a unicode compatible character set, as well as the ability to draw it with variable width, ascent, descent and kerning. For creating fonts from TTF files (or other font formats), see the editor support for fonts. TODO check wikipedia for graph of ascent/baseline/descent/height/etc. @@ -20406,7 +20406,7 @@ GraphEdit is an area capable of showing various GraphNodes. It manages connection events between them. - GraphEdit manages the showing of GraphNodes it contains, as well as connections an disconnections between them. Signals are sent for each of these two events. Disconnection between GraphNodes slots is disabled by default. + GraphEdit manages the showing of GraphNodes it contains, as well as connections and disconnections between them. Signals are sent for each of these two events. Disconnection between GraphNodes slots is disabled by default. It is greatly advised to enable low processor usage mode (see [method OS.set_low_processor_usage_mode]) when using GraphEdits. @@ -22722,7 +22722,7 @@ - Simple helper to draw an uvsphere, with given latitudes, longitude and radius. + Simple helper to draw a uvsphere, with given latitudes, longitude and radius. @@ -47999,7 +47999,7 @@ - Get an utf8 string with byte-length "bytes" from the stream (this decodes the string sent as utf8). + Get a utf8 string with byte-length "bytes" from the stream (this decodes the string sent as utf8). @@ -48726,7 +48726,7 @@ - Convert a string containing an hexadecimal number into an int. + Convert a string containing a hexadecimal number into an int. @@ -52300,7 +52300,7 @@ - Set an half offset on the X coordinate, Y coordinate, or none (use HALF_OFFSET_* constants as argument). + Set a half offset on the X coordinate, Y coordinate, or none (use HALF_OFFSET_* constants as argument). Half offset sets every other tile off by a half tile size in the specified direction. @@ -55065,7 +55065,7 @@ Means that the animation is interpolated with a quadratic (to the power of 2) function. - Means that the animation is interpolated with a exponential (some number to the power of x) function. + Means that the animation is interpolated with an exponential (some number to the power of x) function. Means that the animation is interpolated with elasticity, wiggling around the edges. -- cgit v1.2.3