From 63090e0bbde77b9a2404e66a211f9d951f619614 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 31 Mar 2023 16:37:37 +0200 Subject: [PATCH] update documentation --- src/xrfragment/URI.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrfragment/URI.hx b/src/xrfragment/URI.hx index 6378e03..2f18e9e 100644 --- a/src/xrfragment/URI.hx +++ b/src/xrfragment/URI.hx @@ -5,7 +5,7 @@ import xrfragment.Parser; @:expose // <- makes the class reachable from plain JavaScript @:keep // <- avoids accidental removal by dead code elimination // - // ### example URI: `://domain.com/some3d.asset#pos=1,0,0&prio=-5` + // # `protocol://domain.com/some3d.asset#pos=1,0,0&prio=-5` class URI { @:keep // # URI parser public static function parse(qs:String):haxe.DynamicAccess { //