diff --git a/site2/docs/functions-guarantees.md b/site2/docs/functions-guarantees.md index 738439f6662e3..5abb807f315bc 100644 --- a/site2/docs/functions-guarantees.md +++ b/site2/docs/functions-guarantees.md @@ -28,7 +28,7 @@ The available options are: * `ATLEAST_ONCE` * `EFFECTIVELY_ONCE` -> By default, Pulsar Functions provide at-most-once delivery guarantees. So if you create a function without supplying a value for the `--processingGuarantees` flag, then the function will provide at-most-once guarantees. +> By default, Pulsar Functions provide at-least-once delivery guarantees. So if you create a function without supplying a value for the `--processingGuarantees` flag, then the function will provide at-least-once guarantees. ## Updating the processing guarantees of a function