Skip to content

Commit

Permalink
Update samples/language/Unit.qs
Browse files Browse the repository at this point in the history
Co-authored-by: Mariia Mykhailova <[email protected]>
  • Loading branch information
sezna and tcNickolas authored Aug 20, 2024
1 parent ffb7539 commit 85d603d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/language/Unit.qs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// # Description
// The `Unit` type is the singleton type whose only value is ().
// Functions implicitly return `Unit` if no explicit or implicit
// Callables implicitly return `Unit` if no explicit or implicit
// return is specified.

function ExplicitReturn() : Unit {
Expand Down

0 comments on commit 85d603d

Please sign in to comment.