lang: fix constraint typo (#1166)

This commit is contained in:
Paul 2021-12-21 20:13:51 +01:00 committed by GitHub
parent 790fda9258
commit d43d965cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pub enum ErrorCode {
ConstraintMut = 2000,
#[msg("A has one constraint was violated")]
ConstraintHasOne,
#[msg("A signer constraint as violated")]
#[msg("A signer constraint was violated")]
ConstraintSigner,
#[msg("A raw constraint was violated")]
ConstraintRaw,