Skip to content

Commit

Permalink
docs: Improve wording on components.md (#3218)
Browse files Browse the repository at this point in the history
Improve wording on components.md
  • Loading branch information
luanpotter committed Jul 10, 2024
1 parent a553b28 commit b5dee5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/flame/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This diagram might look intimidating, but don't worry, it is not as complex as i

## Component

All components inherit from the `Component` class and all components can have other `Component`s as
children. This is the base of what we call the Flame Component System, or FCS for short.
All components inherit from the `Component` class and can have other `Component`s as children.
This is the base of what we call the Flame Component System, or FCS for short.

Children can be added either with the `add(Component c)` method or directly in the constructor.

Expand Down

0 comments on commit b5dee5b

Please sign in to comment.