1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
Ikko Ashimine
2022-01-12 00:33:17 +09:00
committed by GitHub
parent c27ffc6054
commit ea660315e0

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