diff --git a/source/vibe/core/path.d b/source/vibe/core/path.d index 2fc4111..1c4acad 100644 --- a/source/vibe/core/path.d +++ b/source/vibe/core/path.d @@ -423,7 +423,7 @@ struct GenericPath(F) { that verify that the provided values are valid. 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. `'/'`) */ static Segment2 fromTrustedEncodedString(string encoded_name, char separator = '\0')