Skip to content

Commit a3dfeb8

Browse files
committed
Fix typo in doc
1 parent a1d7db2 commit a3dfeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/union-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ case class Password(hash: Hash) {
1313
def lookup(admin: Admin): UserData
1414
}
1515

16-
def help(id: UserName | PassWord) = {
16+
def help(id: UserName | Password) = {
1717
val user = id match {
1818
case UserName(name) => lookupName(name)
1919
case Password(hash) => lookupPassword(hash)

0 commit comments

Comments
 (0)