From 35d4de005682412ee4954f33a8aa87d8a5829f87 Mon Sep 17 00:00:00 2001 From: Martyn Welch <martyn.welch@collabora.com> Date: Mon, 27 Jul 2020 13:52:44 +0100 Subject: [PATCH] Unbreak page because of spurious code block deliminator Signed-off-by: Martyn Welch <martyn.welch@collabora.com> --- content/designs/multiuser.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/designs/multiuser.md b/content/designs/multiuser.md index 5d31b37be..4ce44859a 100644 --- a/content/designs/multiuser.md +++ b/content/designs/multiuser.md @@ -697,7 +697,6 @@ made based on concrete requirements. One valuable general design principle is that, when a user carries out an action, it should be easy to predict the outcome. In the context of a multi-user system, this implies various more concrete principles, such -``` - sharing should not occur when a user would not expect it to; this “over-sharing†is likely to lead to users distrusting the system -- GitLab