diff --git a/lib/nir/node.mli b/lib/nir/node.mli
index 0eb1df44d5d9ff199d3091983fc0800caa91e28f..faf48cd19ca4aef0133b78dd506d599335e06c9a 100644
--- a/lib/nir/node.mli
+++ b/lib/nir/node.mli
@@ -27,8 +27,9 @@
     - a unique [id] of type int
     - a node description of type [descr]
 
-    [descr] describes several operations. Most of them are direct transcription
-    of the ONNX IR v8 standard, which a description is available here:
+    [descr] describes several operations. When an operation shares the same name
+    as an ONNX operation, it follows the standard defined in the ONNX IR v8 and
+    ONNX Opset v22 standards, described here:
     https://onnx.ai/onnx/operators/index.html.
 
     Nodes only require their inputs: it is assumed that a node only returns one