Skip to content

Commit

Permalink
Another doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed May 3, 2024
1 parent e5f6d55 commit 9cb412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PCG/CA2DBinaryRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace LibGameAI.PCG
/// - Survival: A cell survives if it has between 2 and 5 live neighbors.
/// - Birth: A cell is born if it has exactly 3 live neighbors or between
/// 6 and 8 live neighbors.
/// - `V,2/-/1-4
/// - `V,2/-/1-4`
/// - Neighborhood: Von Neumann
/// - Radius: 2
/// - Survival: No specific survival rules; the hyphen implies all
Expand Down

0 comments on commit 9cb412c

Please sign in to comment.