Skip to content

Commit

Permalink
our selves -> ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Oct 7, 2023
1 parent 3d4be24 commit 480bf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/core/organizations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ async fn put_reset_password_enrollment(

// This is a new function active since the v2022.9.x clients.
// It combines the previous two calls done before.
// We call those two functions here and combine them our selves.
// We call those two functions here and combine them ourselves.
//
// NOTE: It seems clients can't handle uppercase-first keys!!
// We need to convert all keys so they have the first character to be a lowercase.
Expand Down

0 comments on commit 480bf9b

Please sign in to comment.