diff --git a/spec.emu b/spec.emu
index 17c13a8..e26a5fa 100644
--- a/spec.emu
+++ b/spec.emu
@@ -416,7 +416,7 @@ contributors: Mark S. Miller, Richard Gibson
description
-
It is used to create an immutable ArrayBuffer (i.e., an ArrayBuffer with a an [[ArrayBufferIsImmutable]] slot) with contents from _fromBlock_.
+
It is used to create an immutable ArrayBuffer (i.e., an ArrayBuffer with a an [[ArrayBufferIsImmutable]] slot) with contents from _fromBlock_. The contents of an immutable ArrayBuffer's Data Block are constrained to be permanently stable, and may not be modified by either ECMAScript code or by other activities inside an implementation or observable by it.