Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691997740
Change-Id: Ibb30cffd92422c06c063f9f9c1d7b7a02682be67
  • Loading branch information
jzleibo authored and copybara-github committed Nov 1, 2024
1 parent 5ab439f commit 1b9104e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/modular/environment/labor_collective_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ def __init__(
name='Setting',
)
magic_is_not_real = generic_components.constant.ConstantComponent(
state='Magic is not real. Superatural events are impossible.',
state='Magic is not real. Supernatural events are impossible.',
name='Important Fact',
)
no_frivolous_talk = generic_components.constant.ConstantComponent(
Expand Down
2 changes: 1 addition & 1 deletion examples/modular/environment/state_formation.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ def __init__(
name='\nSetting',
)
magic_is_not_real = generic_components.constant.ConstantComponent(
state='Magic is not real. Superatural events are impossible.',
state='Magic is not real. Supernatural events are impossible.',
name='\nImportant fact',
)
barbarians_never_nice = generic_components.constant.ConstantComponent(
Expand Down

0 comments on commit 1b9104e

Please sign in to comment.