diff --git a/src/builtin_cd.cpp b/src/builtin_cd.cpp index 98b3b4666..93d1bd204 100644 --- a/src/builtin_cd.cpp +++ b/src/builtin_cd.cpp @@ -18,8 +18,6 @@ #include "proc.h" #include "wutil.h" // IWYU pragma: keep -/// The cd builtin. Changes the current directory to the one specified or to $HOME if none is -/// specified. The directory can be relative to any directory in the CDPATH variable. /// The cd builtin. Changes the current directory to the one specified or to $HOME if none is /// specified. The directory can be relative to any directory in the CDPATH variable. int builtin_cd(parser_t &parser, io_streams_t &streams, wchar_t **argv) {