Skip to content

Commit b47afaf

Browse files
committed
Fix duplicated quotation mark
1 parent 3a13f77 commit b47afaf

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
@@ -56,7 +56,7 @@ We need to add a tuple to the ``sinkModel(type, path, kind)`` extensible predica
5656
5757
5858
- The first column, ``"TTY::Command"``, identifies a set of values from which to begin the search for the sink.
59-
The string ``"TTY::Command""`` means we start at the places where the codebase constructs instances of the class ``TTY::Command``.
59+
The string ``"TTY::Command"`` means we start at the places where the codebase constructs instances of the class ``TTY::Command``.
6060
- The second column is an access path that is evaluated from left to right, starting at the values that were identified by the first column.
6161

6262
- ``Method[run]`` selects calls to the ``run`` method of the ``TTY::Command`` class.

0 commit comments

Comments
 (0)