summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-16 14:18:37 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-16 14:18:37 +0200
commit2dafe88a84dc031485a71b405f3cda43fa8e00fa (patch)
treed679de352c096644e3b6af5d12369180c1d10f70
parent729e054222b28fd02a0752c4c33450af3e65b832 (diff)
downloadradicle-ci-broker-2dafe88a84dc031485a71b405f3cda43fa8e00fa.tar.gz
fix: list formatting
Signed-off-by: Lars Wirzenius <liw@liw.fi>
-rw-r--r--doc/architecture.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/architecture.md b/doc/architecture.md
index 0f46309..0c25de4 100644
--- a/doc/architecture.md
+++ b/doc/architecture.md
@@ -214,9 +214,11 @@ An example request that the broker sends looks like this:
~~~
where:
- - `<RID>` is the repository ID, in its `rad:` URN format,
+
+ - `<RID>` is the reposiatory ID, in its `rad:` URN format,
- `<AFTER_COMMIT>` is the commit id of the last commit being pushed,
- `<BEFORE_COMMIT>` is the commit id of the **parent** of the first
+
commit being pushed (i.e. ` <SOME_OTHER_COMMIT_BEING_PUSHED>`),
(the SHA checksum).