Skip to content

Commit b8f06f5

Browse files
minor consistency fix
1 parent d751017 commit b8f06f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/version-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,8 +1037,8 @@ marked by `>>>>>>>`. Between these markings, Git also inserts a separator
10371037
(`=======`). The version of the change before the separator is your change, and
10381038
the version that follows the separator was the change that existed on GitHub.
10391039
In {numref}`merge-conflict-05`, you can see that in your local repository
1040-
there is a line of code that calls `scale_color_manual` with three color values (`deeppink2`, `cyan4`, and `purple1`).
1041-
It looks like your collaborator made an edit to that line too, except with different colors (to `blue3`, `red3`, and `black`)!
1040+
there is a line of code that sets the axis scaling to `"sqrt"`.
1041+
It looks like your collaborator made an edit to that line too, except with axis scaling `"log"`!
10421042

10431043
```{figure} img/version-control/merge_conflict_05.png
10441044
---

0 commit comments

Comments
 (0)