Skip to content

Commit 73bad45

Browse files
yskkinzenizh
andauthored
fix backtick
Co-authored-by: Hiroki Zenigami <[email protected]>
1 parent 1a99794 commit 73bad45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/line/bot/client.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,8 +1002,8 @@ def update_audience_authority_level(authority_level)
10021002
# Get the per-unit statistics of how users interact with push messages and multicast messages.
10031003
#
10041004
# @param unit [String] Case-sensitive name of aggregation unit specified when sending the message.
1005-
# @param from [String] Start date of aggregation period in UTC+9 with `yyyyMMdd`` format
1006-
# @param to [String] End date of aggregation period in UTC+9 with `yyyyMMdd`` format.
1005+
# @param from [String] Start date of aggregation period in UTC+9 with `yyyyMMdd` format
1006+
# @param to [String] End date of aggregation period in UTC+9 with `yyyyMMdd` format.
10071007
#
10081008
# @return [Net::HTTPResponse]
10091009
def get_statistics_per_unit(unit:, from:, to:)
@@ -1027,7 +1027,7 @@ def get_number_of_units
10271027
# Get the name list of units used this month for statistics aggregation.
10281028
#
10291029
# @param limit [Integer] Maximum number of aggregation units per request. Maximum: 100, Default: 100.
1030-
# @param start [String] Value of the continuation token found in the next property of the JSON object returned in the response.
1030+
# @param start [String] Value of the continuation token found in the `next` property of the JSON object returned in the response.
10311031
#
10321032
# @return [Net::HTTPResponse]
10331033
def get_unit_names(limit: nil, start: nil)

0 commit comments

Comments
 (0)