README: Fix a typo (extraneous word)

This commit is contained in:
Ilya Grigoriev 2023-11-23 13:24:27 -08:00
parent 5c3c0e9f6e
commit 07fda2cec1

View File

@ -61,12 +61,12 @@ systems into a single tool. Some of those sources of inspiration include:
powerful and simple. Formatting output is done with a robust template language powerful and simple. Formatting output is done with a robust template language
that can be configured by the user. that can be configured by the user.
- **Pijul & Darcs**: Jujutsu keeps track of conflicts as [first-class objects][conflicts] - **Pijul & Darcs**: Jujutsu keeps track of conflicts as [first-class
in its model; they are first-class in the same way commits are, while objects][conflicts] in its model; they are first-class in the same way commits
alternatives like Git simply think of conflicts as textual diffs. While not are, while alternatives like Git simply think of conflicts as textual diffs.
as rigorous as based systems like Darcs and Pijul (which are based on While not as rigorous as systems like Darcs and Pijul (which are based on a
a formalized theory of patches, as opposed to snapshots), the effect is formalized theory of patches, as opposed to snapshots), the effect is that
that many forms of conflict resolution can be performed and propagated many forms of conflict resolution can be performed and propagated
automatically. automatically.
[perf]: https://github.com/martinvonz/jj/discussions/49 [perf]: https://github.com/martinvonz/jj/discussions/49