From cb87b93c89fe726be57fe821848af45243969c03 Mon Sep 17 00:00:00 2001 From: Michael Bisgaard Olesen Date: Wed, 10 Apr 2024 11:36:15 +0200 Subject: [PATCH] Fix --- Sources/Concordium/Model/Identity.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Concordium/Model/Identity.swift b/Sources/Concordium/Model/Identity.swift index 41c05f8..dfeeb45 100644 --- a/Sources/Concordium/Model/Identity.swift +++ b/Sources/Concordium/Model/Identity.swift @@ -255,7 +255,7 @@ public enum AttributeTag: UInt8, CustomStringConvertible, CaseIterable { case dateOfBirth = 3 /// Country of residence (format: ISO3166-1 alpha-2). case countryOfResidence = 4 - /// Country of nationality (format: ISO3166-1 alpha-2) + /// Country of nationality (format: ISO3166-1 alpha-2). case nationality = 5 /// Identity Document Type (format: na=0, passport=1, national id card=2, driving license=3, immigration card=4 or eID string). case idDocType = 6