mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
typo
This commit is contained in:
parent
45b04d0341
commit
181e7d1fda
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ impl<'a> EdModel<'a> {
|
||||||
let node_full_content = mark_node.get_full_content();
|
let node_full_content = mark_node.get_full_content();
|
||||||
|
|
||||||
if node_full_content.contains('\n') {
|
if node_full_content.contains('\n') {
|
||||||
//insert seperate lines separately
|
//insert separate lines separately
|
||||||
let split_lines = node_full_content.split('\n');
|
let split_lines = node_full_content.split('\n');
|
||||||
|
|
||||||
for line in split_lines {
|
for line in split_lines {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue