Skip to content

Commit

Permalink
Fix documentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed May 3, 2024
1 parent 90722da commit e5f6d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/PCG/CA2DBinaryRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace LibGameAI.PCG
/// <remarks>
/// A rule is defined as a string as follows:
///
/// `<N,R/{values-for-survival}/{values-for-birth}>`
/// `&lt;N,R/{values-for-survival}/{values-for-birth}&gt;`
///
/// Where:
///
Expand Down Expand Up @@ -54,7 +54,7 @@ namespace LibGameAI.PCG
/// more than 10 live neighbors.
/// - Birth: A cell is born if it has between 0 and 3 live neighbors or
/// between live 7 and 9 neighbors.
/// <remarks>
/// </remarks>
public class CA2DBinaryRule : ICA2DRule
{
// Constants defining rule string separators
Expand Down

0 comments on commit e5f6d55

Please sign in to comment.