Skip to content

Commit

Permalink
Fix docstring typo (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo authored Nov 19, 2022
1 parent b41903f commit 21bf676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Swarm/Game/State.hs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ runStatus :: Lens' GameState RunStatus
paused :: Getter GameState Bool
paused = to (\s -> s ^. runStatus /= Running)

-- | All the robots that currently exist in the game, indexed by name.
-- | All the robots that currently exist in the game, indexed by ID.
robotMap :: Lens' GameState (IntMap Robot)

-- | The names of all robots that currently exist in the game, indexed by
Expand Down

0 comments on commit 21bf676

Please sign in to comment.