Skip to content

Commit

Permalink
updated docs - added information about which fields are mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
vlada-shubina committed Nov 9, 2022
1 parent 3d24c4a commit 70629dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Available-Symbols-Generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ In this sample three symbols are defined:
Behaves like the C# `??` operator. Note: the empty string value is treated as `null`.
The typical use of this generator is to check if the parameter was provided by user, otherwise set fallback generated value.

Note: as in C# `??` operator, empty string will be accepted as the valid value and returned.
The typical use of this generator is to check if the parameter was provided by user, otherwise set fallback generated value.

#### Parameters

|Name|Data Type|Description|Mandatory|
Expand Down

0 comments on commit 70629dc

Please sign in to comment.