diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-11-20 01:08:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 09:08:20 -0800 |
| commit | 0bf6a668208c65c980648fbe74a8c0a7bf4ded77 (patch) | |
| tree | 02e3a58af7561daed342c1362aef8b5aaad8e489 /docs/design | |
| parent | a50de6bd32de1b064874480a2528fc994597f7ac (diff) | |
Markdown emphasis corrections (#5588)
* Add markdown formatting to extras/formatting.sh
* Correct formatting in markdown
* Warn on unrecognized argument in formatting script
* Print all diffs in formatting script
* Correct markdown emph formatting
* Don't format markdown by default
---------
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'docs/design')
| -rw-r--r-- | docs/design/experimental.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/experimental.md b/docs/design/experimental.md index 28f6ef9cd..38707ab1c 100644 --- a/docs/design/experimental.md +++ b/docs/design/experimental.md @@ -31,7 +31,7 @@ Adding Experimental Interfaces When the above recommendations cannot be followed, as with features that are expected to be iterated on or are regarded as temporary, there are additional recommendations. -Interfaces that are expected to change must be marked "_Experimental" in their class name and in their UUID name. +Interfaces that are expected to change must be marked `_Experimental` in their class name and in their UUID name. For example, |
