Skip to content

Commit a0e95df

Browse files
committed
add period to comment
1 parent df072cf commit a0e95df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/servicenow/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ type LabelEntryName struct {
245245

246246
// ServiceNow returns type in different formats.
247247
// Example of formats accepted:
248-
// 8, "8", "", null, {"value":"8","display_value":"Reference"}
248+
// 8, "8", "", null, {"value":"8","display_value":"Reference"}.
249249
func (t *VariableType) UnmarshalJSON(b []byte) error {
250250
if string(b) == "null" || string(b) == `""` {
251251
*t = TypeUnspecified

0 commit comments

Comments
 (0)