diff options
author | Björn Gustavsson <[email protected]> | 2011-10-26 15:37:43 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-10-27 12:26:50 +0200 |
commit | 3e8720728abe875683ad54fa4d93ba83df609f57 (patch) | |
tree | 76d6f9f63b2742415d11059905138f203fc43f9a /lib | |
parent | 14417cb51972e0116a89ab546933e2073c459bf1 (diff) | |
download | otp-3e8720728abe875683ad54fa4d93ba83df609f57.tar.gz otp-3e8720728abe875683ad54fa4d93ba83df609f57.tar.bz2 otp-3e8720728abe875683ad54fa4d93ba83df609f57.zip |
erl_tidy: Eliminate two references to 'regexp' in the documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/syntax_tools/src/erl_tidy.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/syntax_tools/src/erl_tidy.erl b/lib/syntax_tools/src/erl_tidy.erl index 1cfdc7234a..09efc9c392 100644 --- a/lib/syntax_tools/src/erl_tidy.erl +++ b/lib/syntax_tools/src/erl_tidy.erl @@ -103,7 +103,7 @@ dir(Dir) -> %% <dt>{regexp, string()}</dt> %% %% <dd>The value denotes a regular expression (see module -%% `regexp'). Tidying will only be applied to those +%% `re'). Tidying will only be applied to those %% regular files whose names match this pattern. The default %% value is `".*\\.erl$"', which matches normal %% Erlang source file names.</dd> @@ -124,7 +124,7 @@ dir(Dir) -> %% %% See the function {@link file/2} for further options. %% -%% @see //stdlib/regexp +%% @see //stdlib/re %% @see file/2 -record(dir, {follow_links = false :: boolean(), |