From eb576d9a5a1efd063dfaac9271913b78116d8a8a Mon Sep 17 00:00:00 2001 From: Rolando Townsend <182240827+rolandotownsend@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:06:09 +0000 Subject: [PATCH] Fix typo: dependant -> dependent --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index db579fb..598050f 100644 --- a/index.bs +++ b/index.bs @@ -136,7 +136,7 @@ back to just logging the argument if it can't be parsed as tabular. 1. Perform Printer("trace", « |trace| »).
- The identifier of a function printed in a stack trace is implementation-dependant. It is also not + The identifier of a function printed in a stack trace is implementation-dependent. It is also not guaranteed to be the same identifier that would be seen in `new Error().stack`.