Add missing .s to qldoc

This commit is contained in:
Joe Farebrother
2024-03-22 15:28:34 +00:00
parent a6ee19ca2d
commit 592acb94d2
2 changed files with 2 additions and 2 deletions

View File

@@ -793,7 +793,7 @@ class ActiveRecordScopeCallTarget extends AdditionalCallTarget {
}
}
/** Sinks for the mass assignment query */
/** Sinks for the mass assignment query. */
private module MassAssignmentSinks {
private import codeql.ruby.security.MassAssignmentCustomizations

View File

@@ -32,7 +32,7 @@ module MassAssignment {
* A call that permits arbitrary parameters to be used for mass assignment.
*/
abstract class MassPermit extends DataFlow::Node {
/** Gets the argument for the parameters to be permitted */
/** Gets the argument for the parameters to be permitted. */
abstract DataFlow::Node getParamsArgument();
/** Gets the result node of the permitted parameters. */