Skip to content

Commit 0340549

Browse files
committed
Ruby: Slight rewording
1 parent f49507e commit 0340549

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ruby/ql/docs/flow_summaries.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ Any call to `chomp` in the database will be translated, in the dataflow graph,
4242
to a call to this fake definition.
4343

4444
`input` and `output` define the "from" and "to" locations in the flow summary.
45-
They use a custom string-based syntax which is similar but not identical to
46-
Models as Data. These strings are often referred to as access paths.
45+
They use a custom string-based syntax which is similar to that used in `path`
46+
column in the Models as Data format. These strings are often referred to as
47+
access paths.
4748

4849
Note: The behaviour documented below is tested in
4950
`dataflow/flow-summaries/behaviour.ql`. Where specific quirks exist, we may

0 commit comments

Comments
 (0)