Skip to content

Commit 7183759

Browse files
committed
typo fix
1 parent feaab32 commit 7183759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ <h3>First Steps are Easy!</h3>
6868
<!-- Spotlight Second Example -->
6969
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in" id="first">
7070
<div class="content">
71-
<h3>Even Recursive Functions!</h3>
72-
<p>Rcpp makes it equally easy to source code from a file via <code>sourcCpp("...")</code> and supply a path to a fuke as the argument.</p>
71+
<h3>Recursive Functions Are Easy Too!</h3>
72+
<p>Rcpp makes it equally easy to source code from a file via <code>sourcCpp("...")</code> and supply a path to a file as the argument.</p>
7373
<p>The well-known Fibonacci sequence can set-up this way:</p>
7474
<pre><code>
7575
#include "Rcpp.h"

0 commit comments

Comments
 (0)