Skip to content

Commit

Permalink
thrift/rust: fix comment in simplejson_protocol::serialize
Browse files Browse the repository at this point in the history
Summary: cut'n'paste

Reviewed By: zertosh

Differential Revision: D45877257

fbshipit-source-id: 7ff987cacf2eba4958844ec2b6b31adb41dff6d0
  • Loading branch information
Jeremy Fitzhardinge authored and facebook-github-bot committed May 16, 2023
1 parent 2304334 commit c14636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrift/lib/rust/src/simplejson_protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ impl<T> Serializable for T where
{
}

/// Serialize a Thrift value using the compact protocol.
/// Serialize a Thrift value using the simple JSON protocol.
pub fn serialize<T>(v: T) -> Bytes
where
T: Serializable,
Expand Down

0 comments on commit c14636f

Please sign in to comment.