Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Refs: nodejs#54213 (comment)

Co-authored-by: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
tpoisseau and targos authored Aug 26, 2024
1 parent cd209b8 commit d0c8655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env_properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
V(require_string, "require") \
V(resource_string, "resource") \
V(retry_string, "retry") \
V(return_string, "retry") \
V(return_string, "return") \
V(salt_length_string, "saltLength") \
V(scheme_string, "scheme") \
V(scopeid_string, "scopeid") \
Expand Down

0 comments on commit d0c8655

Please sign in to comment.