Skip to content

Commit 1a2485f

Browse files
committed
Fix typo
1 parent 6bb6464 commit 1a2485f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/proxy-financial/src/functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ impl<T: Config> Pallet<T> {
487487
user_info.name = mod_name.into_inner()[0].clone();
488488
}
489489
if let Some(mod_role) = role {
490-
// If user has assigned projects cannot update it's role
490+
// If user has assigned projects cannot update role
491491
ensure!(<ProjectsByUser<T>>::get(user.clone()).is_empty(), Error::<T>::UserHasAssignedProjectsCannotUpdateRole);
492492

493493
user_info.role = mod_role;

0 commit comments

Comments
 (0)