diff --git a/website/docs/language/functions/format.mdx b/website/docs/language/functions/format.mdx index 078635e8da..f306d9b489 100644 --- a/website/docs/language/functions/format.mdx +++ b/website/docs/language/functions/format.mdx @@ -98,7 +98,7 @@ to set additional flags: | ------ | -------------------------------------------------------------- | | space | Leave a space where the sign would be if a number is positive. | | `+` | Show the sign of a number even if it is positive. | -| `-` | Pad the width with spaces on the left rather than the right. | +| `-` | Pad the width with spaces on the right rather than the left. | | `0` | Pad the width with leading zeros rather than spaces. | By default, `%` sequences consume successive arguments starting with the first.