Skip to content

Commit

Permalink
Fix typo in State class doc
Browse files Browse the repository at this point in the history
  • Loading branch information
timsnyder authored Nov 25, 2024
1 parent 05ba853 commit 884ad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparta/sparta/simulation/State.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace sparta
* only value at a time.
*
* State classes take two template parameters: the Enum type (enum
* class or just standard enum) and the anticapted maximum number
* class or just standard enum) and the anticipated maximum number
* of markers that will be requested -- default is 13. Because
* the State class is in the critical path for most performance
* modeling applications, use of STL types is discouraged.
Expand Down

0 comments on commit 884ad7f

Please sign in to comment.