X-Git-Url: http://nitlanguage.org diff --git a/examples/fibonacci.nit b/examples/fibonacci.nit index fcf7426..d4330ba 100644 --- a/examples/fibonacci.nit +++ b/examples/fibonacci.nit @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -# A simple exemple of refinement where a method is added to the integer class. -package fibonacci +# Simple example of refinement where a method is added to the integer class. +module fibonacci redef class Int # Calculate the self-th element of the fibonacci sequence.