Skip to content

Commit

Permalink
Merge pull request #103 from Concordium/doc-typos
Browse files Browse the repository at this point in the history
Fix typos in docs
  • Loading branch information
limemloh authored Sep 23, 2024
2 parents f1213d1 + 90d57c1 commit 2599528
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Types/CredentialType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ public enum CredentialType
{
/// <summary>
/// Initial credential is a credential that is submitted by the identity
/// provider on behalf of the user. There is only one initial credential
/// provider on behalf of the user. There is at most one initial credential
/// per identity.
/// </summary>
Initial = 0,
/// <summary>
/// A normal credential is one where the identity behind it is only known to
/// the owner of the account, unless the anonymity revocation process was
/// followed.
/// the owner of the account, unless the identity disclosure process
/// has been initiated.
/// </summary>
Normal = 1
}
Expand Down
2 changes: 1 addition & 1 deletion src/Types/TransactionType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public enum TransactionType : byte
/// </summary>
RegisterData = 21,
/// <summary>
/// Same as transfer but with a memo field.
/// Same as transfer, but with a memo field.
/// </summary>
TransferWithMemo = 22,
/// <summary>
Expand Down

0 comments on commit 2599528

Please sign in to comment.