File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1934,7 +1934,7 @@ and [<ReferenceEquality>] WorldState =
19341934 " "
19351935
19361936/// The world, in a functional programming sense. Hosts the simulation state, the dependencies needed to implement a
1937- /// game, messages to by consumed by the various engine subsystems, and general configuration data. For better
1937+ /// game, messages to be consumed by the various engine subsystems, and general configuration data. For better
19381938/// ergonomics, the World type keeps a mutable reference to the functional WorldState, which is updated by the engine
19391939/// whenever the engine transforms the world state.
19401940and [<NoEquality; NoComparison>] World =
Original file line number Diff line number Diff line change 22<configuration >
33 <appSettings >
44 <add key =" DisplayScalar" value =" 2" />
5- <add key =" HlDebug" value =" True" />
65 </appSettings >
76</configuration >
You can’t perform that action at this time.
0 commit comments