Skip to content

Commit

Permalink
std::jule::constant::lit: minor optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 24, 2024
1 parent e43b92a commit 31a7d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/jule/constant/lit/bytes.jule
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ fn strEsqSeq(mut &buf: []byte, s: str, mut &i: int) {
buf = append(buf, byte(r))
ret
}
buf = append(buf, str(r)...)
buf = utf8::AppendRune(buf, r)
}

0 comments on commit 31a7d33

Please sign in to comment.