Skip to content

Commit

Permalink
fix note on inline not inlined
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Jul 23, 2021
1 parent ce1ac07 commit 8137abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Includes/Helpers/funcs.aliases.inc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @param delimiter string to separate each
* @param values array of string to join
*-----------------------------------------------*)
function join(const delimiter : string; const values : array of string) : string; inline;
function join(const delimiter : string; const values : array of string) : string;

(*!------------------------------------------------
* generate slug
Expand Down

0 comments on commit 8137abd

Please sign in to comment.