From 920174cf814b00c3e3f21458c6d87ec9b38f2a61 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 13 Dec 2024 19:58:46 -0500 Subject: [PATCH] prettier --- docs/source/library-user-guide/api-health.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/library-user-guide/api-health.md b/docs/source/library-user-guide/api-health.md index c1d85f0d0a1a..b9c6de370e55 100644 --- a/docs/source/library-user-guide/api-health.md +++ b/docs/source/library-user-guide/api-health.md @@ -57,7 +57,7 @@ version will be `44.0.0`. [`cargo.toml`]: https://github.com/apache/datafusion/blob/main/Cargo.toml -To mark the API as deprecated, use the `#[deprecated(since = "...", note = "...")]` attribute. +To mark the API as deprecated, use the `#[deprecated(since = "...", note = "...")]` attribute. For example: