Skip to content

Commit

Permalink
Update rust/crd/src/roles.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.de>
  • Loading branch information
razvan and adwk67 committed Sep 25, 2023
1 parent ab9cecc commit 9cf4441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/crd/src/roles.rs
Expand Up @@ -12,7 +12,7 @@
//! driver and executor and constructs the Roles dynamically when needed. The only group under
//! each role is named "default". These roles are transparent to the user.
//!
//! Ths history server has it's own role completely unrelated to this module.
//! The history server has its own role completely unrelated to this module.
use std::{collections::BTreeMap, slice};

use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 9cf4441

Please sign in to comment.