From 5df11c404ba032fad58bc171e0b709a98b1ff97f Mon Sep 17 00:00:00 2001 From: Frank Wang <1454884738@qq.com> Date: Wed, 4 Dec 2024 22:01:53 +0000 Subject: [PATCH] chore: fix doc --- core/src/types/operator/operator.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/types/operator/operator.rs b/core/src/types/operator/operator.rs index 246a66965fc0..f2130c336ecf 100644 --- a/core/src/types/operator/operator.rs +++ b/core/src/types/operator/operator.rs @@ -1450,6 +1450,7 @@ impl Operator { /// Sets an `if none match` condition with specified ETag for this write request. /// /// ### Capability + /// /// Check [`Capability::write_with_if_none_match`] before using this feature. /// /// ### Behavior