From 5e475c19bda61cd15059c360c968ebd7d920d10d Mon Sep 17 00:00:00 2001 From: Ben Wilber Date: Sun, 19 May 2024 15:26:12 -0400 Subject: [PATCH] Consistent notes in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb3acc..bc5dec8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ 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. +Note: Two tables will not compare equal unless they are both references to *the same* table. #### Usage