diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-10-28 12:01:52 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-10-29 11:57:22 +0100 |
commit | cdeca8f3ba28c1b974ae81ef1ae1e80b007b1111 (patch) | |
tree | 1cdaa0b9d4c5f84030429feaf2d547abc983beb6 /test | |
parent | 61b9aca39c550b699bdc769b1b312abc718fc64b (diff) | |
download | dokka-cdeca8f3ba28c1b974ae81ef1ae1e80b007b1111.tar.gz dokka-cdeca8f3ba28c1b974ae81ef1ae1e80b007b1111.tar.bz2 dokka-cdeca8f3ba28c1b974ae81ef1ae1e80b007b1111.zip |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/format/operatorOverloading.md b/test/data/format/operatorOverloading.md index fd0fa977..05fe3206 100644 --- a/test/data/format/operatorOverloading.md +++ b/test/data/format/operatorOverloading.md @@ -4,5 +4,5 @@ # plus `fun plus(other: [C](test/-c/index)): [C](test/-c/index)` -Implements **operator `+`** + |