Skip to content

Commit 33390ac

Browse files
Fix typo
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 8c0c4be commit 33390ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secure_software_development_fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ Some input formats are composite structures of a lot of other data. For example,
14231423

14241424
Many programs need to validate text fields, but those fields’ rules are not defined in a pre-existing library. Some tools allow us to easily handle them, but to use them, we need to understand some background. We will first need to discuss more about text, unicode, and locales in general. Then we will discuss text validation in general and the common way of doing so - regular expressions.
14251425

1426-
🧪 LAB: Please try lab [input1][https://best.openssf.org/labs/input1.html).
1426+
🧪 LAB: Please try lab [input1](https://best.openssf.org/labs/input1.html).
14271427

14281428
#### Quiz 1.2: Input Validation: A Few Simple Data Types
14291429

0 commit comments

Comments
 (0)