From 9cf4441b7e048db928a240fea65c11e9b2ba2f6f Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:16:08 +0200 Subject: [PATCH] Update rust/crd/src/roles.rs Co-authored-by: Andrew Kenworthy --- rust/crd/src/roles.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/crd/src/roles.rs b/rust/crd/src/roles.rs index 0f44dd2a..42f0e275 100644 --- a/rust/crd/src/roles.rs +++ b/rust/crd/src/roles.rs @@ -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};