Skip to content

Commit 8ab0a5b

Browse files
committed
(Formatting) Remove erroneous bullet point in ruby docs
1 parent cdbd550 commit 8ab0a5b

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-ruby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ We can model this using the following data extension:
182182
183183
- Since we're adding flow through a method call, we add a tuple to the **summaryModel** extensible predicate.
184184
- The first column, **"URI!"**, begins the search for relevant calls at references to the **URI** class.
185-
- The **!** suffix indicates that we are looking for the class itself, rather than instances of the class.
185+
The **!** suffix indicates that we are looking for the class itself, rather than instances of the class.
186186
- The second column, **Method[decode_uri_component]**, is a path leading to the method calls we wish to model.
187187
In this case, we select references to the **decode_uri_component** method from the **URI** class.
188188
- The third column, **Argument[0]**, indicates the input of the flow. In this case, the first argument to the method call.

0 commit comments

Comments
 (0)