Json: Fix a whitespace oversight in comment

This commit is contained in:
Sam Ford 2023-02-27 17:08:30 -05:00
parent e75ab0a26f
commit 7f0a735828
No known key found for this signature in database
GPG Key ID: 7AF5CBEE1DD6F76D

View File

@ -7,7 +7,7 @@ module Homebrew
# The {Json} strategy fetches content at a URL, parses it as JSON, and
# provides the parsed data to a `strategy` block. If a regex is present
# in the `livecheck` block, it should be passed as the second argument to
# the `strategy` block.
# the `strategy` block.
#
# This is a generic strategy that doesn't contain any logic for finding
# versions, as the structure of JSON data varies. Instead, a `strategy`