Merge pull request #187 from Geod24/docs

Fix documentation warning on parameter
This commit is contained in:
Sönke Ludwig 2019-12-17 09:37:49 +01:00 committed by GitHub
commit 0adbd6f523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -423,7 +423,7 @@ struct GenericPath(F) {
that verify that the provided values are valid. that verify that the provided values are valid.
Params: Params:
name = The encoded name of the path segment encoded_name = The encoded name of the path segment
separator = Optional trailing path separator (e.g. `'/'`) separator = Optional trailing path separator (e.g. `'/'`)
*/ */
static Segment2 fromTrustedEncodedString(string encoded_name, char separator = '\0') static Segment2 fromTrustedEncodedString(string encoded_name, char separator = '\0')