one more outdated line in the instruction removed

pull/8675/merge^2
mattwparas 2024-07-01 13:59:00 -07:00
parent 0d1b350c6c
commit b478e60138
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ to be used as typed commands. For example:
;; Functions to assist with the above
(define (editor-get-doc-if-exists editor doc-id)
(if (editor-doc-exists? editor doc-id) (editor->get-document editor doc-id) #f))
(define (editor-get-doc-if-exists doc-id)
(if (editor-doc-exists? doc-id) (editor->get-document doc-id) #f))
(define (current-path)
(let* ([focus (editor-focus)]