Skip to content

Commit 9b3a7c5

Browse files
committed
Fix oops in workflows intro
1 parent 5a26a57 commit 9b3a7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/workflows/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ \section{Git Workflows}\label{sec:git-workflows}
1515
\draw[parent] (c.west) to (a.east);
1616
\draw[ref-arc] (master) to (b);
1717
\draw[ref-arc] (feature) to (c);
18-
\draw[parent, double] (feature) to (master){???};
18+
\draw[parent, double] (feature) to (master);
1919
\end{tikzpicture}
2020
\end{frame}
2121

0 commit comments

Comments
 (0)