Skip to content

Commit

Permalink
Merge pull request #968 from roboflow/rate-limiter-description-change
Browse files Browse the repository at this point in the history
Change "fire" to "run" in rate limiter description
  • Loading branch information
grzegorz-roboflow authored Jan 24, 2025
2 parents 304de49 + cd6282b commit 1d5cd9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class RateLimiterManifest(WorkflowBlockManifest):
json_schema_extra={
"name": "Rate Limiter",
"version": "v1",
"short_description": "Limits the rate at which a branch of the Workflow will fire.",
"short_description": "Limits the rate at which a branch of the Workflow will run.",
"long_description": LONG_DESCRIPTION,
"license": "Apache-2.0",
"block_type": "flow_control",
Expand Down

0 comments on commit 1d5cd9e

Please sign in to comment.