From 410b39c0f58673748b63b677db0bfaf71f6e4676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kenta=20Sato=20=28=E4=BD=90=E8=97=A4=20=E5=BB=BA=E5=A4=AA?= =?UTF-8?q?=29?= Date: Mon, 7 Nov 2016 23:05:16 +0900 Subject: [PATCH] fix a typo of unsafe_store! (#19244) --- doc/manual/calling-c-and-fortran-code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/calling-c-and-fortran-code.rst b/doc/manual/calling-c-and-fortran-code.rst index 535a14e8409d9..1bd04352c25ea 100644 --- a/doc/manual/calling-c-and-fortran-code.rst +++ b/doc/manual/calling-c-and-fortran-code.rst @@ -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