examples: fix typo in text_editor.v (#13136)

pull/13142/head
Ikko Ashimine 2022-01-12 00:33:17 +09:00 committed by GitHub
parent c27ffc6054
commit ea660315e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Copyright (c) 2020 Lars Pontoppidan. All rights reserved.
// Use of this source code is governed by the MIT license distributed with this software.
// Don't use this editor for any serious work.
// A lot of funtionality is missing compared to your favourite editor :)
// A lot of functionality is missing compared to your favourite editor :)
import strings
import os
import math