Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Fix copy+paste error in unary plus reference
Browse files Browse the repository at this point in the history
See also #341.
  • Loading branch information
lucaswerkmeister committed Jul 15, 2015
1 parent e719541 commit 02c7d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/1.1/reference/operator/unary_plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The meaning of `+` depends on

### Type

The result type of the `-` operator is the same as the `Invertible` type of its operand.
The result type of the `+` operator is the same as the `Invertible` type of its operand.

### Meaning of unary plus for built-in types

Expand Down

0 comments on commit 02c7d64

Please sign in to comment.