aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS.md
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2014-02-23 11:58:02 +0100
committerodersky <odersky@gmail.com>2014-02-23 11:58:02 +0100
commit9e8e53bdf2797bd3dd07f16954c7196e6bcf1cbf (patch)
treed4e62b86aa04b8167574b03781b40bc877edfd94 /AUTHORS.md
parent4fa803b7c4cf98d95b5e7411fc8f350b85681d4c (diff)
downloaddotty-9e8e53bdf2797bd3dd07f16954c7196e6bcf1cbf.tar.gz
dotty-9e8e53bdf2797bd3dd07f16954c7196e6bcf1cbf.tar.bz2
dotty-9e8e53bdf2797bd3dd07f16954c7196e6bcf1cbf.zip
Update AUTHORS.md
Diffstat (limited to 'AUTHORS.md')
-rw-r--r--AUTHORS.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 67f859cc3..1075d30f2 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -8,8 +8,9 @@ by oversight.
`dotty.tools.dotc.ast`
-The syntax tree handling is mostly new, but some elements, such as the idea of tree copiers and the `TreeInfo` module, were adopted from [scala/scala](https://github.com/scala/scala).
-The original authors of these parts included Martin Odersky, Paul Phillips, Adriaan Moors, and Matthias Zenger.
+> The syntax tree handling is mostly new, but some elements, such as the idea of tree copiers and the `TreeInfo` module,
+> were adopted from [scala/scala](https://github.com/scala/scala).
+> The original authors of these parts included Martin Odersky, Paul Phillips, Adriaan Moors, and Matthias Zenger.
`dotty.tools.dotc.config`