Skip to content

Commit 2cc12c8

Browse files
authored
Fix typo (#57)
1 parent 0f9ef0c commit 2cc12c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ authentications.compactMap(/Authentication.authenticated)
106106

107107
## Ergonomic associated value access
108108

109-
CasePaths uses Swift reflection to automatically and extract associated values from _any_ enum in a single, short expression. This helpful utility is made available as a public module function that can be used in your own libraries and apps:
109+
CasePaths uses Swift reflection to automatically embed and extract associated values from _any_ enum in a single, short expression. This helpful utility is made available as a public module function that can be used in your own libraries and apps:
110110

111111
``` swift
112112
(/Authentication.authenticated).extract(from: .authenticated("cafebeef"))

0 commit comments

Comments
 (0)