Maxim Sokhatsky 11 лет назад
Родитель
Сommit
84190a1b3a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      doc/index.tex

+ 2 - 2
doc/index.tex

@@ -4,7 +4,7 @@
 
 We realized no matter how perfect your libraries are,
 the comfort and easy come mostly from developing tools.
-Everything got started when \footahref{https://github.com/proger}{Vladimir Kirillov} decided to
+Everything got started when \footahref{https://github.com/proger}{Vladimir~Kirillov} decided to
 replace Rusty's sync beam reloader. As you know sync uses
 filesystem polling which is neither energy-efficient nor elegant. Also
 sync is only able to recompile separate modules while
@@ -23,7 +23,7 @@ It was designed to be a stand-alone tool, so it has some
 glitches while using as embedded library.
 
 The idea to build rebar replacement was shared in space for a long time.
-The best minimal approach was picked up by \footahref{https://github.com/s1n4}{Sina Samavati},
+The best minimal approach was picked up by \footahref{https://github.com/s1n4}{Sina~Samavati},
 he implemented the first prototype called mad. Initially mad
 was able to compile DTL templated, YECC files, escript (like
 bundled in gproc), also it was support caching with side-effects.