summary refs log tree commit diff stats
path: root/web/question.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/question.txt')
-rwxr-xr-xweb/question.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/question.txt b/web/question.txt
index 8e301b6bd..ebdcc091c 100755
--- a/web/question.txt
+++ b/web/question.txt
@@ -72,7 +72,7 @@ statements.
 How fast is Nimrod?
 -------------------
 Benchmarks show it to be comparable to C. Some language features (methods, 
-closures, RTTI) are not yet as optimized as they could and will be.
+closures, message passing) are not yet as optimized as they could and will be.
 The only overhead Nimrod has over C is the GC which has been tuned 
 for years but still needs some work.