From 90d57c119e08cbe779c59f3b1bd651f5e570ecd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Holm=20Gj=C3=B8rup?= Date: Mon, 23 Sep 2024 19:15:32 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Doris Benda --- src/Types/CredentialType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/CredentialType.cs b/src/Types/CredentialType.cs index d74a50f6..47d270a1 100644 --- a/src/Types/CredentialType.cs +++ b/src/Types/CredentialType.cs @@ -15,7 +15,7 @@ public enum CredentialType Initial = 0, /// /// A normal credential is one where the identity behind it is only known to - /// the owner of the account, unless the identity disclosure process was + /// the owner of the account, unless the identity disclosure process /// has been initiated. /// Normal = 1