X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FUrl.md;fp=http%2FUrl.md;h=89cd97b5c67758a47f2e132cdf5ff6babf295354;hb=85d3ca3fa10c24f9e2e21c0778b21e6126b724e0;hp=e953723e627dcb80e3d4e62ecbe11f012e031eeb;hpb=1d308c5a5a2291cefc0f9acb0986ce2e7f150d9b;p=mdref%2Fmdref-http diff --git a/http/Url.md b/http/Url.md index e953723..89cd97b 100644 --- a/http/Url.md +++ b/http/Url.md @@ -22,7 +22,7 @@ The http\Url class provides versatile means to parse, construct and manipulate U Do not include the URL path. * STRIP_QUERY Do not include the URL querystring. -* STRIP_FRAMGENT +* STRIP_FRAGMENT Strip the fragment (hash) from the URL. * STRIP_ALL Strip everything except scheme and host information.