Skip to content

Commit e5586fa

Browse files
committed
STYLE: Use \enquote{} for quoting in LaTeX for consistency
1 parent 97e49da commit e5586fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SoftwareGuide/Latex/Appendices/GitWorkflow.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,8 +1033,9 @@ \subsubsection{Development}%
10331033
Note that after the merge, the \textit{other-topic} is reachable from your topic
10341034
but the extra-topic has not been included. By not merging from the integration
10351035
branch we avoided bringing in an unnecessary dependency on the
1036-
\textit{extra-topic}. Furthermore, the message ``Merge branch 'other-topic' into
1037-
topic'' is very informative about the purpose of the merge. Merging the whole
1036+
\textit{extra-topic}. Furthermore, the message
1037+
\enquote{Merge branch \enquote{other-topic} into topic}
1038+
is very informative about the purpose of the merge. Merging the whole
10381039
integration branch would not be so clear.
10391040

10401041

0 commit comments

Comments
 (0)