Skip to content

Commit

Permalink
Consistent notes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilber committed May 19, 2024
1 parent d5f787f commit 37087ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ assert(is_valid) -- true

Validates that a value matches a specific literal.

The comparison is performed using the equality operator (`==`), which means that both the value and the type must match exactly. Note that two tables will not compare equal unless they are both references to *the same* table.
The comparison is performed using the equality operator (`==`), which means that both the value and the type must match exactly.

Note: that two tables will not compare equal unless they are both references to *the same* table.

#### Usage

Expand Down

0 comments on commit 37087ec

Please sign in to comment.