Skip to content

Commit

Permalink
fix a typo of unsafe_store! (#19244)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 authored and stevengj committed Nov 7, 2016
1 parent 42a22b6 commit 410b39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/calling-c-and-fortran-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ the variable::
Ptr{Int32} @0x00007f418d0816b8

The result is a pointer giving the address of the value. The value can be
manipulated through this pointer using :func:`unsafe_load` and :func:`unsafe_store`.
manipulated through this pointer using :func:`unsafe_load` and :func:`unsafe_store!`.


Accessing Data through a Pointer
Expand Down

0 comments on commit 410b39c

Please sign in to comment.