diff --git a/doc/builtin/backtrace b/doc/builtin/backtrace index ce824d420da8d223128b70fcb2f08d2a0cbdb8af..b82191e833efeeb9d8e102b30d3b9f9e7a493403 100644 --- a/doc/builtin/backtrace +++ b/doc/builtin/backtrace @@ -11,8 +11,8 @@ DESCRIPTION ({ file, /* a string with the filename if known, else zero */ - function, /* The function-pointer to the called function */ line, /* an integer containing the line if known, else zero */ + function, /* The function-pointer to the called function */ }) The current call frame will be last in the array, and the one above