Explorar o código

Fix docs example

YouTwitFace %!s(int64=5) %!d(string=hai) anos
pai
achega
e51cfce28c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      gramjs_generator/parsers/tlobject/tlobject.js

+ 1 - 0
gramjs_generator/parsers/tlobject/tlobject.js

@@ -148,6 +148,7 @@ class TLObject {
     }
 
     asExample(f, indent) {
+        f.write('<strong>new</strong> ');
         f.write(this.isFunction ? 'functions' : 'types');
 
         if (this.namespace) {