Skip to content

Commit e631b57

Browse files
committed
Updated line number
1 parent e92bcb7 commit e631b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contents/cooley_tukey/cooley_tukey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ In the end, the code looks like:
145145
{% sample lang="rs" %}
146146
[import:39-55, lang:"rust"](code/rust/fft.rs)
147147
{% sample lang="lisp" %}
148-
[import:14-36, lang:"lisp"](code/clisp/fft.lisp)
148+
[import:14-42, lang:"lisp"](code/clisp/fft.lisp)
149149
{% endmethod %}
150150

151151
As a side note, we are enforcing that the array must be a power of 2 for the operation to work.

0 commit comments

Comments
 (0)