aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS.md
diff options
context:
space:
mode:
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`