diff options
author | Lukas Larsson <[email protected]> | 2018-02-28 10:12:54 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-03-01 10:25:24 +0100 |
commit | 8bf5e7b1d38faf9c495c34b2eff6044d700993ff (patch) | |
tree | ee1fd66109dc866d54dd9065f283c256311dba55 | |
parent | 75b0f73f72e1783d4ace976cdd2b5f23bdc3ebae (diff) | |
download | otp-8bf5e7b1d38faf9c495c34b2eff6044d700993ff.tar.gz otp-8bf5e7b1d38faf9c495c34b2eff6044d700993ff.tar.bz2 otp-8bf5e7b1d38faf9c495c34b2eff6044d700993ff.zip |
stdlib: Fix doc link in timer
-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 fcaccdb2cb..350847bf7d 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="os:timestamp/0"> + reported by <seealso marker="kernel:os#timestamp/0"> <c>os:timestamp/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 |