Skip to content

Commit 3cf5107

Browse files
authored
Apply suggestions from code review
1 parent a4fa984 commit 3cf5107

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

csharp/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Add extractor and library support for UTF-8 encoded strings.
66
* The `StringLiteral` class includes UTF-8 encoded strings.
7-
* In the DB Schema `@string_literal_expr` is renamed to `@utf16_string_literal_expr`
7+
* In the DB Scheme `@string_literal_expr` is renamed to `@utf16_string_literal_expr`.
88

99
### Minor Analysis Improvements
1010

csharp/ql/lib/change-notes/released/0.5.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Add extractor and library support for UTF-8 encoded strings.
66
* The `StringLiteral` class includes UTF-8 encoded strings.
7-
* In the DB Schema `@string_literal_expr` is renamed to `@utf16_string_literal_expr`
7+
* In the DB Scheme `@string_literal_expr` is renamed to `@utf16_string_literal_expr`.
88

99
### Minor Analysis Improvements
1010

ruby/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Data flowing from the `locals` argument of a Rails `render` call is now tracked to uses of that data in an associated view.
66
* Access to headers stored in the `env` of Rack requests is now recognized as a source of remote input.
7-
* Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
7+
* Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
88

99
## 0.5.1
1010

ruby/ql/lib/change-notes/released/0.5.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
* Data flowing from the `locals` argument of a Rails `render` call is now tracked to uses of that data in an associated view.
66
* Access to headers stored in the `env` of Rack requests is now recognized as a source of remote input.
7-
* Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
7+
* Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.

0 commit comments

Comments
 (0)