Browse Source

Merge branch 'master' of https://github.com/marcobambini/gravity

Marco Bambini 7 years ago
parent
commit
79c337992a
1 changed files with 2 additions and 3 deletions
  1. 2 3
      docs/fibers.html

+ 2 - 3
docs/fibers.html

@@ -90,9 +90,9 @@
 		});
 
 		System.print("main 1");
-		fiber()
+		fiber.call()
 		System.print("main 2");
-		fiber()
+		fiber.call()
 		System.print("main 3");
 	}
 	// Output:
@@ -102,7 +102,6 @@
 	// fiber 2
 	// main 3
 			</code></pre>
-			<p>TO DO: more explanations and examples</p>
          	</div>
          	<!-- END CONTENT -->