Skip to content

Commit ebb72da

Browse files
chore: fix typo in descriptions
1 parent 01a2d5d commit ebb72da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/orb/resources/events.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def deprecate(event_id, params = {})
356356
#
357357
# @overload ingest(events:, backfill_id: nil, debug: nil, request_options: {})
358358
#
359-
# @param events [Array<Orb::Models::EventIngestParams::Event>] Body param:
359+
# @param events [Array<Orb::Models::EventIngestParams::Event>] Body param
360360
#
361361
# @param backfill_id [String, nil] Query param: If this ingestion request is part of a backfill, this parameter tie
362362
#

rbi/orb/resources/events.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ module Orb
347347
).returns(Orb::Models::EventIngestResponse)
348348
end
349349
def ingest(
350-
# Body param:
350+
# Body param
351351
events:,
352352
# Query param: If this ingestion request is part of a backfill, this parameter
353353
# ties the ingested events to the backfill

0 commit comments

Comments
 (0)