Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Giallombardo Nathan committed Jul 1, 2024
1 parent df28d9f commit 6bf77d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/couchbase-orm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ def self.logger
}
end

# Allows you to set a logger for CouchbaseOrm,
# which can be usueful for logging messages or errors related to CouchbaseOrm
# Allows you to set a logger for CouchbaseOrm,
# which can be usueful for logging messages or errors related to CouchbaseOrm
# @param [ Logger ] logger your custom logger
#
#
# @example Setting the logger in code
# require 'logger'
# my_logger = Logger.new(STDOUT)
Expand All @@ -47,7 +47,7 @@ def self.logger=(logger)

# Attempts to load a record or records from the Couchbase database.
#
# This method can handle both single IDs and arrays of IDs.
# This method can handle both single IDs and arrays of IDs.
# It adapts its behavior based on the type and quantity of the input.
#
# @param [String, Array<String>] id The ID or array of IDs of the records to load.
Expand Down

0 comments on commit 6bf77d4

Please sign in to comment.