Skip to content

Commit c83536f

Browse files
committed
Typo/comment fix
1 parent 355b31d commit c83536f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lang/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ mod tests {
401401
let ssn_key = k("socialSecurityNumber");
402402
let sanction_list_key = k("sanctionList");
403403

404-
// 4. Define the request templates using wildcards for constants
404+
// Define the request templates using wildcards for constants
405405
let expected_templates = vec![
406406
// 1. NotContains(?sanctions["sanctionList"], ?gov["idNumber"])
407407
StatementTmpl {

0 commit comments

Comments
 (0)