Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit855eeec

Browse files
committed
2.3.0
Fixed typo
1 parent55cfdeb commit855eeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Header-only flat FSM framework in C++11, with fully statically-defined structure
6262
- Uses inline-friendly compile-time polymorphism, no virtual methods are used
6363
- Type-safe transitions:`FSM.changeTo<TargetState>()` with optional payloads
6464
- Flexible configuration using`FFSM2_ENABLE_*` macros
65-
-Scaleable, supports robust state re-use via state injections
65+
-Scalable, supports robust state re-use via state injections
6666
- Gamedev-friendly, supports explicit`State::update()`
6767
- Also supports traditional event-based workflow with`State::react()`
6868
- Inspect anything: previous and current transitions, state activation status, and more!

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp