Skip to content

Commit 11cdc94

Browse files
committed
a -> an
1 parent ac70c46 commit 11cdc94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/_snaps/hrg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
sample_hrg(make_ring(10))
1818
Condition
1919
Error in `sample_hrg()`:
20-
! `hrg` must be a <igraphHRG> object, not an <igraph> object.
20+
! `hrg` must be an <igraphHRG> object, not an <igraph> object.
2121

2222
# hrg_tree() checks its argument
2323

2424
Code
2525
hrg_tree(make_ring(10))
2626
Condition
2727
Error in `hrg_tree()`:
28-
! `hrg` must be a <igraphHRG> object, not an <igraph> object.
28+
! `hrg` must be an <igraphHRG> object, not an <igraph> object.
2929

0 commit comments

Comments
 (0)