Skip to content

Commit 0cea13b

Browse files
committed
chore: better comment
1 parent f22523b commit 0cea13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-backend-native/src/gateway/http_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl HttpError {
3838
}
3939

4040
/// CubeError may contain unsafe error message, when it's internal error
41-
/// More ever, we cannot map this error to HTTP status code
41+
/// We cannot map this error to HTTP status code, that's why we pass it as argument
4242
pub fn from_user_with_status_code(error: CubeError, code: HttpErrorCode) -> Self {
4343
Self {
4444
code: match error.cause {

0 commit comments

Comments
 (0)