2
0
Эх сурвалжийг харах

Merge pull request #84322 from curious-broccoli/patch-2

Fix sentence in RandomNumberGenerator.xml
Rémi Verschelde 1 жил өмнө
parent
commit
37d51d2cb7

+ 1 - 1
doc/classes/RandomNumberGenerator.xml

@@ -56,7 +56,7 @@
 		<method name="randomize">
 		<method name="randomize">
 			<return type="void" />
 			<return type="void" />
 			<description>
 			<description>
-				Setups a time-based seed to for this [RandomNumberGenerator] instance. Unlike the [@GlobalScope] random number generation functions, different [RandomNumberGenerator] instances can use different seeds.
+				Sets up a time-based seed for this [RandomNumberGenerator] instance. Unlike the [@GlobalScope] random number generation functions, different [RandomNumberGenerator] instances can use different seeds.
 			</description>
 			</description>
 		</method>
 		</method>
 	</methods>
 	</methods>