Skip to content

Commit 91f9f23

Browse files
committed
Fix wrong function name
1 parent 6efb213 commit 91f9f23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -223,7 +223,7 @@ The first five values identify the function to be modeled as a summary.
223223
- The first value ``slices`` is the package name.
224224
- The second value ``""`` is left blank, since the function is not a method of a type.
225225
- The third value ``False`` is a flag that indicates whether or not the model also applies to subtypes. This has no effect for non-method functions.
226-
- The fourth value ``Max`` is the function name.
226+
- The fourth value ``Concat`` is the function name.
227227
- The fifth value ``""`` is the input type signature. For Go it should always be an empty string. It is needed for other languages where multiple functions may have the same name and they need to be distinguished by the number and types of the arguments.
228228

229229
The sixth value should be left empty and is out of scope for this documentation.

0 commit comments

Comments
 (0)