aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-10-28 12:01:52 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-10-29 11:57:22 +0100
commitcdeca8f3ba28c1b974ae81ef1ae1e80b007b1111 (patch)
tree1cdaa0b9d4c5f84030429feaf2d547abc983beb6 /test
parent61b9aca39c550b699bdc769b1b312abc718fc64b (diff)
downloaddokka-cdeca8f3ba28c1b974ae81ef1ae1e80b007b1111.tar.gz
Remove "implements operator X" notes because the "operator" modifier is sufficient to express that idea
Diffstat (limited to 'test')
-rw-r--r--test/data/format/operatorOverloading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/format/operatorOverloading.md b/test/data/format/operatorOverloading.md
index fd0fa9774..05fe3206a 100644
--- a/test/data/format/operatorOverloading.md
+++ b/test/data/format/operatorOverloading.md
@@ -4,5 +4,5 @@
# plus
`fun plus(other:&nbsp;[C](test/-c/index)): [C](test/-c/index)`
-Implements **operator `+`**
+