update comment

This commit is contained in:
yggverse 2024-11-27 22:20:30 +02:00
parent 1fbcfcfff0
commit 2e7df281a9

View file

@ -14,8 +14,8 @@ pub struct Scope {
impl Scope {
// Constructors
/// Create new `Self` for given `url` string
/// * check URI parts required for valid `Scope` build
/// Create new `Self` for given `url`
/// * external validator MAY decline `Certificate` if `Scope` defined out of protocol range
pub fn from_url(url: &str) -> Result<Self, Error> {
match Uri::parse(url, UriFlags::NONE) {
Ok(uri) => {