Skip to content

Commit

Permalink
Fixes minor typo in version availability comments. (period->comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Buchwald committed Jun 3, 2024
1 parent e6a594b commit 16d3641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer-docs/flags/remember.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to effectively use the Remember flag to store values for
---
# `Remember`

*This feature will be available at the RA_Integration version 1.4 milestone for developers. with support to be added for rcheevos version 11.4 milestone.*
*This feature will be available at the RA_Integration version 1.4 milestone for developers, with support to be added for rcheevos version 11.4 milestone.*

The `Remember` condition is chosen in the Flag column of the Asset Editor. Since many of the use cases tend to be fairly complex, it is recommended you be familiar with the rest of the tool kit before studying some of the more complicated examples below.

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-docs/recall.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to use the Recall operand type to represent a previously
---
# `Recall`

*This feature will be available at the RA_Integration version 1.4 milestone for developers. with support to be added for rcheevos version 11.4 milestone.*
*This feature will be available at the RA_Integration version 1.4 milestone for developers, with support to be added for rcheevos version 11.4 milestone.*

A `Recall` value is the the last value stored by the [`Remember` Flag](/developer-docs/flags/remember)

Expand Down

0 comments on commit 16d3641

Please sign in to comment.