From d771eece1c49ca77797702d605eb07754c8ecefd Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Wed, 18 Dec 2024 01:28:34 +0100 Subject: [PATCH] (docs) grammar fix --- docs/docs/lips/reflection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/lips/reflection.md b/docs/docs/lips/reflection.md index 97a3bf3d..546dafb4 100644 --- a/docs/docs/lips/reflection.md +++ b/docs/docs/lips/reflection.md @@ -65,7 +65,7 @@ Same as with numbers and list you can access internals of Strings. ;; ==> "HELLO" ``` -`__string__` property is read only so you can't modify it's value: +`__string__` property is read only so you can't modify its value: ```scheme (let ((str "hello"))