summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2023-01-19 12:51:18 +0100
committerRickard Green <rickard@erlang.org>2023-01-19 12:54:45 +0100
commit2cadb3936f68aec25632af18d912f8dfce291f28 (patch)
treeb6a2205bb2443d5a36cabdf1aaa6b17e376b692c /lib/stdlib/doc
parenta2265b5d9ccbdf866be5eaf583eaf683e19d4893 (diff)
downloaderlang-2cadb3936f68aec25632af18d912f8dfce291f28.tar.gz
Fix since tags
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/timer.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdlib/doc/src/timer.xml b/lib/stdlib/doc/src/timer.xml
index 6f3aef8c7e..75f8bb88c3 100644
--- a/lib/stdlib/doc/src/timer.xml
+++ b/lib/stdlib/doc/src/timer.xml
@@ -341,9 +341,9 @@
</func>
<func>
- <name name="tc" arity="2" clause_i="2" since=""/>
- <name name="tc" arity="3" clause_i="2" since=""/>
- <name name="tc" arity="4" since=""/>
+ <name name="tc" arity="2" clause_i="2" since="OTP @OTP-18355@"/>
+ <name name="tc" arity="3" clause_i="2" since="OTP @OTP-18355@"/>
+ <name name="tc" arity="4" since="OTP @OTP-18355@"/>
<fsummary>Measure the real time it takes to evaluate <c>apply(Module,
Function, Arguments)</c> or <c>apply(Fun, Arguments)</c>.</fsummary>
<type_desc variable="Time">In the specified <c>TimeUnit</c></type_desc>