mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
gate: fix doc typo
This commit is contained in:
@@ -51,7 +51,7 @@ class gate {
|
||||
public:
|
||||
/// Registers an in-progress request.
|
||||
///
|
||||
/// If the gate is not closed, the request is registered. Othewise,
|
||||
/// If the gate is not closed, the request is registered. Otherwise,
|
||||
/// a \ref gate_closed_exception is thrown.
|
||||
void enter() {
|
||||
if (_stopped) {
|
||||
|
||||
Reference in New Issue
Block a user