From d46096152e3f065d727f1aac9c24514cb43ab5ab Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 13 Dec 2017 00:17:55 +0100 Subject: [PATCH] fix: notice.api:3.0 (fixed a reference) --- notice/api/3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notice/api/3.0.md b/notice/api/3.0.md index 143a313..e41e172 100644 --- a/notice/api/3.0.md +++ b/notice/api/3.0.md @@ -324,7 +324,7 @@ Each method is represented as a class' method with the same name as the associat Arguments are passed to the method as a single argument which an associative array according to the configuration. _Notes_: -* Optional parameters if not given are set to their default value (cf. [parameter.optional](#parameterisoptional), [parameter.default_value](#parameterdefault_value)) +* Optional parameters if not given are set to their default value (cf. [parameter.optional](#parameteris_optional), [parameter.default_value](#parameterdefault_value)) * parameters of type `FILE` are given by reference but the use is the same as normal parameters (cf. [complex types](#2---complex-types)) * URI parameters are called `URL0`, `URL1` and so on according to their order if no `rename` set in the configuration. (cf: [parameter.name](#parametername), [parameter.rename](#parameterrename))