From 372a40e034084891f56da9144af98b9512c334c7 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Wed, 10 Apr 2024 13:50:37 -0400 Subject: [PATCH] Minor cleanup --- spec.emu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.emu b/spec.emu index a7c640e..1cb8202 100644 --- a/spec.emu +++ b/spec.emu @@ -927,7 +927,7 @@ contributors: Ron Buckton, Ecma International [[DisposableResourceStack]] - a List of DisposableResource Records + A List of DisposableResource Records. The resources to be disposed. Resources are added in the order they are initialized, and are disposed in reverse order.