aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-03 14:42:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-03 14:42:47 +0900
commit457971f4e243a76084d06ae840f4218b7a2062a3 (patch)
tree211eeed2351f0091174ddfd17019cc25ca01a771 /process.c
parent8be9138de2f9c6ce418f43ee55f5e6bce645bc28 (diff)
downloadruby-457971f4e243a76084d06ae840f4218b7a2062a3.tar.gz
[DOC] State the precision of `Process.times` as platform-defined
Remove the bad example that can lead to misunderstanding as if this precision is defined in Ruby.
Diffstat (limited to 'process.c')
-rw-r--r--process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/process.c b/process.c
index 4f3d72cf68..85f1fca467 100644
--- a/process.c
+++ b/process.c
@@ -7836,6 +7836,7 @@ get_clk_tck(void)
* Process.times
* # => #<struct Process::Tms utime=55.122118, stime=35.533068, cutime=0.0, cstime=0.002846>
*
+ * The precision is platform-defined.
*/
VALUE