From eadfab31560d268963786d8cb453752fc02ca72e Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 20 Dec 2016 20:10:59 -0800 Subject: [PATCH] design/relations: drop manual padding from diagram --- markdown/design/relations.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/markdown/design/relations.md b/markdown/design/relations.md index 2ac209ee7f..d50334efdb 100644 --- a/markdown/design/relations.md +++ b/markdown/design/relations.md @@ -353,11 +353,11 @@ object1 and object2. Which yields the following initial state again: ``` - +---------+ +---------+ - *--->| object1 | *--->| object2 | - | * | | | - | 1| | 1| - +---------+ +---------+ + +---------+ +---------+ +*--->| object1 | *--->| object2 | + | * | | | + | 1| | 1| + +---------+ +---------+ ``` ## unreffed relation