Skip to content

Commit 7d66db7

Browse files
alex-ozdemirdavidbarsky
authored andcommitted
Fix Typo in JSON Serialization Error Message (#70)
1 parent a2aeb2c commit 7d66db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/src/runtime.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ where
234234
}
235235
Err(e) => {
236236
error!(
237-
"Could not marshal output object to Vec<u8> JSON represnetation for request {}: {}",
237+
"Could not marshal output object to Vec<u8> JSON representation for request {}: {}",
238238
request_id, e
239239
);
240240
self.runtime_client

0 commit comments

Comments
 (0)