Skip to content

Commit ca5ea40

Browse files
committed
review: illegal -> invalid.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 21f1a97 commit ca5ea40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hostcalls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ pub fn get_map_value(map_type: MapType, key: &str) -> Result<Option<HeaderValue>
256256
return_size,
257257
)) {
258258
Ok(value) => Ok(Some(value)),
259-
Err(_) => panic!("illegal field value in: {}", key),
259+
Err(_) => panic!("invalid field value in: {}", key),
260260
}
261261
} else {
262262
Ok(Some(HeaderValue::from_static("")))

0 commit comments

Comments
 (0)