Skip to content

Commit 919e715

Browse files
committed
Update
1 parent 6331cb4 commit 919e715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# [6.0.0](https://github.com/GMOD/vcf-js/compare/v5.0.10...v6.0.0) (2024-11-30)
2222

2323
- Changes the default Variant object to have a SAMPLES() function call instead
24-
of a SAMPLES getter, to make it mor abundantly clear that it is a lazy
24+
of a SAMPLES getter, to make it more abundantly clear that it is a lazy
2525
operation. Also adds a GENOTYPES() function that returns the raw string of
2626
genotype fields
2727

src/parseMetaString.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// constructed with the assistance of claude AI
22
//
33
// I first prompted it with a regex that splits a comma separated string with
4-
// awareness of quotation from this stackoverflow queston
4+
// awareness of quotation from this stackoverflow question
55
// https://stackoverflow.com/a/18893443/2129219, and asked it to add support
66
// for square brackets
77
//

0 commit comments

Comments
 (0)