Skip to content

Commit

Permalink
(docs) grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 18, 2024
1 parent 2ebd89b commit d771eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/lips/reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit d771eec

Please sign in to comment.