diff options
author | Danil Yarantsev <tiberiumk12@gmail.com> | 2020-06-28 20:17:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 19:17:18 +0200 |
commit | 79367685601f4c90f6c478ce45651bffd9222c39 (patch) | |
tree | 9347b6f8354061330c9c297c13f47c9b26da294f /doc/codeowners.rst | |
parent | 4f70180a58ae46fcf313aed001242f8aa1252b1a (diff) | |
download | Nim-79367685601f4c90f6c478ce45651bffd9222c39.tar.gz |
Fix some typos (#14843)
Diffstat (limited to 'doc/codeowners.rst')
-rw-r--r-- | doc/codeowners.rst | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/codeowners.rst b/doc/codeowners.rst index 129c47cfc..4b4a5810e 100644 --- a/doc/codeowners.rst +++ b/doc/codeowners.rst @@ -13,31 +13,31 @@ library, araq is responsible for the compiler. Compiler ~~~~~~~~ -====================== ====================================================== -subsystem owner(s) -====================== ====================================================== -Parsing, Lexing araq -Renderer cooldome, araq -Order of passes cooldome -Semantic Checking araq -Virtual machine jangko, GULPF, araq -Sempass2: effects tracking cooldome, araq -type system, concepts zahary -transf cooldome, araq -semfold constant folding araq -template instantiation zahary, araq -term rewriting macros cooldome, araq -closure interators yglukhov, araq -lambda lifting yglukhov, araq -c, cpp codegen lemonboy, araq -js codegen yglukhov, lemonboy -alias analysis araq -dfa, writetracking araq -parallel, multithreading araq -incremental araq -sizeof computations krux02 -Exception handling cooldome, araq -====================== ====================================================== +=========================== ====================================================== +subsystem owner(s) +=========================== ====================================================== +Parsing, Lexing araq +Renderer cooldome, araq +Order of passes cooldome +Semantic Checking araq +Virtual machine jangko, GULPF, araq +Sempass2: effects tracking cooldome, araq +type system, concepts zahary +transf cooldome, araq +semfold constant folding araq +template instantiation zahary, araq +term rewriting macros cooldome, araq +closure iterators yglukhov, araq +lambda lifting yglukhov, araq +c, cpp codegen lemonboy, araq +js codegen yglukhov, lemonboy +alias analysis araq +dfa, writetracking araq +parallel, multithreading araq +incremental araq +sizeof computations krux02 +Exception handling cooldome, araq +=========================== ====================================================== |