diff --git a/src/idiomatic/leveraging-the-type-system/newtype-pattern/semantic-confusion.md b/src/idiomatic/leveraging-the-type-system/newtype-pattern/semantic-confusion.md index f7a9620f..428525fb 100644 --- a/src/idiomatic/leveraging-the-type-system/newtype-pattern/semantic-confusion.md +++ b/src/idiomatic/leveraging-the-type-system/newtype-pattern/semantic-confusion.md @@ -68,5 +68,6 @@ login(password, username); // 🛠️❌ ``` Users are forced, at the callsite, to assign values to each field, thus increasing the likelihood of spotting bugs. +