Skip to content

Commit

Permalink
Update FormatFunctions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TonEnfer authored Mar 4, 2024
1 parent 3e45e44 commit 64e4908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Allure.Net.Commons/Functions/FormatFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public static string Format(object? value)
/// a formater in the formatters dictionary, the formatter is used to
/// produce the result.
///
/// Otherwise, the value is formatted as a JSON string or undefined
/// if serialization failed.
/// Otherwise, the value is formatted as a JSON string or object.ToString()
/// if JSON serialization failed.
///
/// The serializer skips fields that contain loop references
/// and fields that could not be serialized
Expand Down

0 comments on commit 64e4908

Please sign in to comment.