Skip to content

Commit

Permalink
Merge pull request #4883 from Githubaccountlol/master
Browse files Browse the repository at this point in the history
Correct core/mem/doc.odin
  • Loading branch information
gingerBill authored Feb 26, 2025
2 parents 1f6ddc0 + 88f423a commit 882186f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/mem/doc.odin
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ a multipointer can be indexed, but does not have a definite length. A slice is
a pointer that points to multiple objects equipped with the length, specifying
the amount of objects a slice points to.
When object's values are read through a pointer, that operation is called a
*load* operation. When memory is read through a pointer, that operation is
When an object's values are read through a pointer, that operation is called a
*load* operation. When memory is written to through a pointer, that operation is
called a *store* operation. Both of these operations can be called a *memory
access operation*.
Expand Down

0 comments on commit 882186f

Please sign in to comment.