Skip to content

Commit e12183e

Browse files
committed
Correct vignette typo
1 parent 2aad014 commit e12183e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vignettes/quick-reference.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ repeat {
272272
heads <- am_get_heads(doc)
273273
274274
# Get changes (returns am_change objects)
275-
changes <- am_get_changes(doc, NULL) # All changes
275+
changes <- am_get_changes(doc, NULL) # All changes
276276
changes <- am_get_changes(doc, heads) # Changes since heads (i.e. none)
277277
278278
# Typical pattern: remember a checkpoint, then get new changes later
@@ -378,7 +378,7 @@ vignette(package = "automerge") # List all
378378

379379
- R >= 4.2
380380
- For building from source:
381-
- Rust >= 1.89.0 (<https://rustup.rs/>)
381+
- Rust >= 1.85.0 (<https://rustup.rs/>)
382382
- CMake >= 3.25 (included in Rtools43+ on Windows)
383383
- Or: Install automerge-c (with UTF-32 character indexing) system-wide to skip build
384384

0 commit comments

Comments
 (0)