console: use snake case.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Wed, 15 Oct 2014 14:18:40 +0000 (10:18 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Wed, 15 Oct 2014 14:18:40 +0000 (10:18 -0400)
Correct a little mistake.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

lib/console.nit

index d032886..04dcb6e 100644 (file)
@@ -70,7 +70,7 @@ class TermCharFormat
        fun inverse: TermCharFormat do return apply("7")
 
        # Apply normal weight and return `self`.
-       fun normalWeight: TermCharFormat do return apply("22")
+       fun normal_weight: TermCharFormat do return apply("22")
 
        # Add the attribute that disable inderlining and return `self`.
        fun not_underlined: TermCharFormat do return apply("24")