Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
strings: yet more doc fixing.
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Lima Chaves <gustavo.lima.chaves@intel.com>
  • Loading branch information
Gustavo Lima Chaves committed Sep 23, 2015
1 parent 63af1ab commit e85992a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/flow/converter/converter.json
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@
},
{
"category": "converter",
"description": "Extracts error code and string from an error packet.",
"description": "Extracts error code and message string from an error packet.",
"in_ports": [
{
"data_type": "error",
Expand Down Expand Up @@ -2020,7 +2020,7 @@
{
"data_type": "string",
"default": "%Y-%m-%dT%H:%M:%S%Z",
"description": "Format string to be used in the conversion. The syntax is the same as strftime().",
"description": "Format string to be used in the conversion. The syntax is the same as strftime()'s.",
"name": "format"
}
],
Expand Down Expand Up @@ -2059,7 +2059,7 @@
{
"data_type": "string",
"default": "%Y-%m-%dT%H:%M:%S",
"description": "Format string to be used in the conversion. The syntax is the same as strftime().",
"description": "Format string to be used in the conversion. The syntax is the same as strftime()'s.",
"name": "format"
}
],
Expand Down

0 comments on commit e85992a

Please sign in to comment.