[gjs: 1/15] jsapi-class: Fix comment



commit 4be70face0cbd0e1a37ee9c189c3ba402f7752d4
Author: Philip Chimento <philip chimento gmail com>
Date:   Mon Dec 3 16:18:51 2018 -0800

    jsapi-class: Fix comment
    
    Our two weapons are fear and surprise ... and ruthless efficiency ... our
    *three* weapons are...

 gjs/jsapi-dynamic-class.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gjs/jsapi-dynamic-class.cpp b/gjs/jsapi-dynamic-class.cpp
index 2e686cb6..f2b29d54 100644
--- a/gjs/jsapi-dynamic-class.cpp
+++ b/gjs/jsapi-dynamic-class.cpp
@@ -72,7 +72,7 @@ gjs_init_class_dynamic(JSContext              *context,
 
     JS_BeginRequest(context);
 
-    /* Class initalization consists of three parts:
+    /* Class initalization consists of five parts:
        - building a prototype
        - defining prototype properties and functions
        - building a constructor and definining it on the right object


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]