From ed16487fee8acb6a9d9dd8e8dab6930aa048c69c Mon Sep 17 00:00:00 2001 From: Simon Hyll Date: Mon, 13 May 2024 21:12:10 +0200 Subject: [PATCH] fix: minor edit --- src/content/docs/concepts/size.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/concepts/size.mdx b/src/content/docs/concepts/size.mdx index 872457abbd5..b5b03635dd6 100644 --- a/src/content/docs/concepts/size.mdx +++ b/src/content/docs/concepts/size.mdx @@ -59,7 +59,7 @@ rustflags = ["-Cdebuginfo=0", "-Zthreads=8"] :::note This is not a complete reference over all available options, merely the ones that we'd like to draw extra attention to. -The features are documented according to the following format. +The features are documented according to the following format: - Cargo feature: Description. - `profile` `recommendation`: Explanation. :::