Skip to content

Commit

Permalink
Consistent wording and clarification of context
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Eli McIlvain <[email protected]>
  • Loading branch information
2 people authored and SeanTAllen committed Apr 2, 2024
1 parent 3416326 commit 2ab7294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/expressions/sugar.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ __Does it matter where `value` appears in my parameter list?__ Whilst it doesn't

## See also

* [Lambdas](/expressions/object-literals.md#lambdas) (_Shortcut for an object with an `apply()` method_)
* [Capability constraints](/generics/generic-constraints.md) (_Shortcut for [reference capability](/reference-capabilities/index.md) combinations_)
* [Default reference capabilities](/generics/generics-and-reference-capabilities.md) (_Shortcut for implicit default values_)
* [Lambdas](/expressions/object-literals.md#lambdas) (_Sugar for an object with an `apply()` method_)
* [Capability constraints](/generics/generic-constraints.md) (_Sugar for [reference capability](/reference-capabilities/index.md) combinations in the context of generic types_)
* [Default reference capabilities](/generics/generics-and-reference-capabilities.md) (_Sugar for implicit default values in the context of generic types_)

0 comments on commit 2ab7294

Please sign in to comment.