Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorImmo Landwerth <immol@microsoft.com>2022-02-18 03:37:39 +0300
committerGitHub <noreply@github.com>2022-02-18 03:37:39 +0300
commit255c3ab9fa82e0d4d13b5f0a9afcf3df07a845f9 (patch)
treea68e397e28e8f8dda778a9aef8443bf0d8955941 /docs
parentb9a55b4f52243325359ced26e3d4b31ccacdc381 (diff)
Add line break to please Firefox
Diffstat (limited to 'docs')
-rw-r--r--docs/project/api-review-process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/project/api-review-process.md b/docs/project/api-review-process.md
index eb618de6cc5..673ec1f890e 100644
--- a/docs/project/api-review-process.md
+++ b/docs/project/api-review-process.md
@@ -12,7 +12,7 @@ The rule of thumb is that we (**dotnet/runtime**) review every API that is being
sequenceDiagram
participant R as Requester
participant O as Runtime Owners
- participant F as API review board (FXDC)
+ participant F as API review board <br> (FXDC)
R ->> O: Files issue under dotnet/runtime
note over O: Assigns owner