From aab8c7386ed266a34faf92af0cde867d69e28319 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 9 May 2025 23:09:06 +0200 Subject: [PATCH] values: fix paragraph on memory address of an allocated object --- src/values.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/values.rst b/src/values.rst index 0ca2e8e7..6aabca44 100644 --- a/src/values.rst +++ b/src/values.rst @@ -18,8 +18,7 @@ be stored in a memory location, and interpreted based on some :t:`type`. An :dt:`allocated object` is a :t:`value` stored at some memory address. :dp:`fls_kaomYy0Ml4Nh` -An :t:`[allocated object]s` :dt:`base address` is the the memory address the -object is stored. +The :dt:`base address` of an :t:`allocated object` is the memory address where the object is stored. :dp:`fls_B5cmkWfD5GNt` An :t:`[allocated object]s` :dt:`memory size` is the number of bytes the object