doc: review suggestions

Co-authored-by: Christian Schwarz <christian@neon.tech>
This commit is contained in:
Joonas Koivunen
2023-05-11 20:00:33 +03:00
parent 83457a848b
commit a9720349bb
2 changed files with 3 additions and 2 deletions

View File

@@ -1671,7 +1671,7 @@ impl Tenant {
Ok(())
}
// execute in the *winners* span so we will capture the request id etc.
// execute in the *winner's* span so we will capture the request id etc.
.instrument(span)
};