Skip to content

Commit 1f5c760

Browse files
authored
Update references for the ChilliCream TimeSpan scalar (#66)
1 parent 02dacb0 commit 1f5c760

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
"trailingComma": "none"
3030
},
3131
"cspell": {
32-
"words": ["secfrac", "apollographql", "fullyear", "mday", "numoffset"]
32+
"words": [
33+
"ABNF",
34+
"apollographql",
35+
"fullyear",
36+
"mday",
37+
"numoffset",
38+
"secfrac"
39+
]
3340
}
3441
}

scalars/contributed/chillicream/time-span.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,5 @@ Invalid input values:
116116

117117
# References
118118

119-
- [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) — Date and
120-
time format (includes duration format)
121-
- [ISO 8601 Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations)
122-
Wikipedia reference for duration format
119+
- [RFC 3339 Appendix A](https://datatracker.ietf.org/doc/html/rfc3339#appendix-A)
120+
— ABNF grammar for ISO 8601 durations

0 commit comments

Comments
 (0)