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"))