Clarify the comment on the recursion example

More than one example in it now
This commit is contained in:
Eli Bendersky
2021-09-02 10:40:04 -07:00
parent b4568f3025
commit 2e6a5ad8c9
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
// Go supports
// <a href="http://en.wikipedia.org/wiki/Recursion_(computer_science)"><em>recursive functions</em></a>.
// Here's a classic factorial example.
// Here's a classic example.
package main