diff options
author | Lukas Larsson <[email protected]> | 2018-04-09 15:35:30 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-04-10 14:11:39 +0200 |
commit | 8021b882c4f064b15977134ecf92a8a57da39af6 (patch) | |
tree | 492e693e7083a8389bb86596117b0f1c7229eaba /lib/stdlib | |
parent | 70b94d93a425873d643b042d131603fea08e4ab3 (diff) | |
download | otp-8021b882c4f064b15977134ecf92a8a57da39af6.tar.gz otp-8021b882c4f064b15977134ecf92a8a57da39af6.tar.bz2 otp-8021b882c4f064b15977134ecf92a8a57da39af6.zip |
stdlib: Fix timer monotonic time link
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/timer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/timer.xml b/lib/stdlib/doc/src/timer.xml index 8e828f8f56..53107ade2c 100644 --- a/lib/stdlib/doc/src/timer.xml +++ b/lib/stdlib/doc/src/timer.xml @@ -270,7 +270,7 @@ <item> <p>Evaluates <c>apply(<anno>Module</anno>, <anno>Function</anno>, <anno>Arguments</anno>)</c> and measures the elapsed real time as - reported by <seealso marker="erlang#monotonic_time/0"> + reported by <seealso marker="erts:erlang#monotonic_time/0"> <c>erlang:monotonic_time/0</c></seealso>.</p> <p>Returns <c>{<anno>Time</anno>, <anno>Value</anno>}</c>, where <c><anno>Time</anno></c> is the elapsed real time in |