diff --git a/doc/RFC.md b/doc/RFC.md index fe58014..a227f36 100644 --- a/doc/RFC.md +++ b/doc/RFC.md @@ -4,7 +4,7 @@ > version 1.0.0 -date: 2023-04-06T18:31:05+0200
+date: 2023-04-06T18:31:24+0200
[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions) # XRFragment Grammar @@ -19,6 +19,7 @@ date: 2023-04-06T18:31:05+0200
> Example: `://foo.com/my3d.asset#pos=1,0,0&prio=-5&t=0,100|100,200`
+ | Explanation | | |-|-| | `x=1,2,3` | vector/coordinate argument e.g. | diff --git a/src/xrfragment/URI.hx b/src/xrfragment/URI.hx index df91779..b4b73ac 100644 --- a/src/xrfragment/URI.hx +++ b/src/xrfragment/URI.hx @@ -23,6 +23,7 @@ import xrfragment.Parser; * > Example: `://foo.com/my3d.asset#pos=1,0,0&prio=-5&t=0,100|100,200` * *
+ * * | Explanation | | * |-|-| * | `x=1,2,3` | vector/coordinate argument e.g. |