Skip to content

Commit 96a7965

Browse files
committed
fix formatting issue
1 parent 460df89 commit 96a7965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ The sixth value should be left empty and is out of scope for this documentation.
293293
The remaining values are used to define the ``access path``, the ``kind``, and the ``provenance`` (origin) of the summary.
294294

295295
- The seventh value is the access path to the input (where data flows from). ``Argument[receiver]`` is the access path to the receiver (``u`` in the example).
296-
- The eighth value ``ReturnValue`` is the access path to the output (where data flows to), in this case ``ReturnValue``, which means that the input flows to the return value. When there are multiple return values, use `ReturnValue[i]` to refer to the `i`th return value (starting from 0).
296+
- The eighth value ``ReturnValue`` is the access path to the output (where data flows to), in this case ``ReturnValue``, which means that the input flows to the return value. When there are multiple return values, use ``ReturnValue[i]`` to refer to the ``i`` th return value (starting from 0).
297297
- The ninth value ``taint`` is the kind of the flow. ``taint`` means that taint is propagated through the call.
298298
- The tenth value ``manual`` is the provenance of the summary, which is used to identify the origin of the summary.
299299

0 commit comments

Comments
 (0)