Skip to content

Commit

Permalink
Merge pull request #84322 from curious-broccoli/patch-2
Browse files Browse the repository at this point in the history
Fix sentence in RandomNumberGenerator.xml
  • Loading branch information
akien-mga committed Nov 1, 2023
2 parents c6c4728 + 385f4cb commit 37d51d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/RandomNumberGenerator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<method name="randomize">
<return type="void" />
<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>
</method>
</methods>
Expand Down

0 comments on commit 37d51d2

Please sign in to comment.