We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab0a97 commit 7230814Copy full SHA for 7230814
javascript/ql/lib/semmle/javascript/frameworks/React.qll
@@ -615,7 +615,7 @@ private class UseStateStep extends PreCallGraphStep {
615
/**
616
* Step through a `useRef` call.
617
*
618
- * It returns a pair of the initial state, and an object with a single property (current) potentially containing an input value.
+ * It returns an object with a single property (`current`) initialized to the initial value.
619
620
* For example:
621
* ```js
0 commit comments