Skip to content

Commit da33b29

Browse files
authored
Update hk.hcs
1 parent 9462857 commit da33b29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/std/lib/hk.hcs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ fun hk_parse(source: Str) -> Result<JsonValue, Str> [
345345
line_no = line_no + 1
346346
let trimmed = str_trim(lines[i].clone())
347347
if trimmed.len() == 0 or trimmed.char_at(0) == "!" [
348-
! pusta linia/komentarz - nic (pojedynczy '!' = zwykly
349-
! komentarz, nie doc-comment '!!' - unika osieroconego
350-
! `///` bez nastepujacej deklaracji w Rust)
348+
!! pusta linia/komentarz - nic (pojedynczy '!' = zwykly
349+
!! komentarz, nie doc-comment '!!' - unika osieroconego
350+
!! `///` bez nastepujacej deklaracji w Rust)
351351
] elif trimmed.char_at(0) == "[" [
352352
match str_index_of(trimmed, "]") [
353353
Some(end_idx) -> [

0 commit comments

Comments
 (0)