Skip to content

Commit 8c91329

Browse files
authored
Merge pull request #126 from Shopify/dependabot/cargo/proc-macro2-1.0.95
Bump proc-macro2 from 1.0.94 to 1.0.95
2 parents 43ec427 + 1f1f788 commit 8c91329

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shopify_function_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ proc-macro = true
1212
[dependencies]
1313
syn = { version = "1.0", features = ["full"] }
1414
quote = "1.0"
15-
proc-macro2 = "1.0.94"
15+
proc-macro2 = "1.0.95"
1616
convert_case = "0.8.0"
1717
graphql_client_codegen = "0.14.0"

shopify_function_macro/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ fn extract_shopify_function_return_type(ast: &syn::ItemFn) -> Result<&syn::Ident
277277
///
278278
/// The macro takes the following parameters:
279279
/// - `query_path`: A path to a GraphQL query, whose result will be used
280-
/// as the input for the function invocation. The query MUST be named "Input".
280+
/// as the input for the function invocation. The query MUST be named "Input".
281281
/// - `schema_path`: A path to Shopify's GraphQL schema definition. Use the CLI
282282
/// to download a fresh copy.
283283
/// - `target` (optional): The API-specific handle for the target if the function name does not match the target handle as `snake_case`
@@ -395,7 +395,7 @@ pub fn shopify_function_target(
395395
///
396396
/// The macro takes the following parameters:
397397
/// - `query_path`: A path to a GraphQL query, whose result will be used
398-
/// as the input for the function invocation. The query MUST be named "Input".
398+
/// as the input for the function invocation. The query MUST be named "Input".
399399
/// - `schema_path`: A path to Shopify's GraphQL schema definition. Use the CLI
400400
/// to download a fresh copy.
401401
/// - `extern_enums` (optional): A list of Enums for which an external type should be used.

0 commit comments

Comments
 (0)