Skip to content

Commit

Permalink
Change <p> to <type> as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgunnlsgunn committed Oct 17, 2024
1 parent a517247 commit f03b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builtins/Capabilities/install-capability.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ When the capability is brought into scope, its management function is invoked to

The management function takes the type of the managed parameter, executes the logic required to validate the requested capability or perform the managed operation, and returns the new managed value that results from the request.

The type signature for the management function is `managed:<p> requested:<p> -> <p>`, where `<p>` indicates the type of the managed parameter.
The type signature for the management function is `managed:<type> requested:<type> -> <type>`, where `<type>` indicates the type of the managed parameter.
For example, assume you define a managed capability as:

```pact
Expand Down

0 comments on commit f03b0e9

Please sign in to comment.