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

DOC: GC typo #69

Merged
merged 1 commit into from
Nov 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proposals/Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ collect and reuse the memory used by exceptions. This implies that an embedder
needs to know where exceptions are stored, so that it can determine when an
exception can be garbage collected.

This also implies that that embedders must provide a garbage collector for
This also implies that embedders must provide a garbage collector for
exceptions. For embedders that have garbage collection (such as JavaScript),
this is not a problem.

Expand Down