talks.galois-talk: fix a mistake on a slide

factor-shell
Alexander Iljin 2017-10-05 22:49:43 +03:00
parent 9a801c3cfe
commit 0f068423d1
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ CONSTANT: galois-slides
"Very slow! Let's profile it..." "Very slow! Let's profile it..."
} }
{ $slide "Example: memoization" { $slide "Example: memoization"
{ "Let's use " { $link POSTPONE: : } " instead of " { $link POSTPONE: MEMO: } } { "Let's use " { $link POSTPONE: MEMO: } " instead of " { $link POSTPONE: : } }
{ $code { $code
"MEMO: fib ( m -- n )" "MEMO: fib ( m -- n )"
" dup 1 > [" " dup 1 > ["