diff options
author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2015-09-15 13:21:05 +0300 |
---|---|---|
committer | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2015-09-15 13:21:05 +0300 |
commit | 61d9f55faf6fc2e7b609a59bff90bfb837a3ce16 (patch) | |
tree | d935538ec1cf59b552bf1557bc326850cf77b3d9 /web | |
parent | e2d820689e3b7bcbbf7b4517fee36fdf67d772f8 (diff) | |
download | Nim-61d9f55faf6fc2e7b609a59bff90bfb837a3ce16.tar.gz |
typo fixed
Diffstat (limited to 'web')
-rw-r--r-- | web/question.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/question.txt b/web/question.txt index 9072806f2..da38760f5 100644 --- a/web/question.txt +++ b/web/question.txt @@ -96,7 +96,7 @@ General FAQ JVM/CLR support is not in the nearest plans. However, since these VMs support FFI to C it should be possible to create native Nim bridges, that transparenlty generate all the - glue code thanks to powerfull metaprogramming capabilities of Nim. + glue code thanks to powerful metaprogramming capabilities of Nim. .. container:: standout |