Skip to content

Commit

Permalink
Merge pull request #1055 from ninoseki/fix-typo
Browse files Browse the repository at this point in the history
refactor: fix typos [skip ci]
  • Loading branch information
ninoseki authored Jan 27, 2024
2 parents fc0c453 + f33ed61 commit 28e9eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mihari/services/getters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def call(id)

class RuleGetter < Service
#
# @params [String] id
# @param [String] id
#
# @return [Mihari::Models::Rule]
#
Expand Down
4 changes: 2 additions & 2 deletions lib/mihari/web/endpoints/rules.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module Endpoints
class Rules < Grape::API
class RuleCreateUpdater < Service
#
# @params [String] yaml
# @params [Boolean] overwrite
# @param [String] yaml
# @param [Boolean] overwrite
#
# @return [Mihari::Models::Rule]
#
Expand Down

0 comments on commit 28e9eb9

Please sign in to comment.