Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 96e73b6

Browse files
should've read Brian's suggested text more carefully before copy/pasting
1 parent 7bac51e commit 96e73b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ <h1>(<a href="http://tc39.github.io/ecma262/#sec-function.prototype.tostring">19
489489
1. If _func_ has a [[SourceText]] internal slot and _func_.[[SourceText]] is not *undefined*
490490
1. Let _sourceText_ be _func_.[[SourceText]].
491491
1. Let _sourceText_ be _sourceText_ with all occurrences of the code unit sequence 0x000D (CARRIAGE RETURN) 0x000A (LINE FEED) replaced with the single code unit 0x000A (LINE FEED).
492-
1. Let _sourceText_ be _sourceText_ with all occurrences of the code unit 0x000D (CARRIAGE RETURN) removed.
492+
1. Let _sourceText_ be _sourceText_ with all occurrences of the code unit 0x000D (CARRIAGE RETURN) replaced with 0x000A (LINE FEED).
493493
1. Return _sourceText_.
494494
1. If Type(_func_) is Object and IsCallable(_func_) is *true*, then return an implementation-dependent String source code representation of _func_. The representation must have the syntax of a |NativeFunction|.
495495
1. Throw a *TypeError* exception.

0 commit comments

Comments
 (0)