Skip to content

Commit 0f04022

Browse files
Merge pull request SharePoint#7198 from CallumCrowley/patch-2
Fixed small typo in data types definition
2 parents 3aee4a3 + 804316d commit 0f04022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/schema/field-element-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Field element (List)
33
manager: soliver
4-
ms.date: 01/18/2021
4+
ms.date: 08/05/2021
55
ms.audience: Developer
66
ms.topic: reference
77
ms.prod: sharepoint
@@ -64,7 +64,7 @@ Defines the internal data types used in the list infrastructure of a SharePoint
6464
JoinRowOrdinal = "Integer"
6565
JoinType = "INNER" | "LEFT OUTER" | "RIGHT OUTER"
6666
LCID = "Integer" LinkToItem = "TRUE" | "FALSE" LinkToItemAllowed = "Text"
67-
List = "Text" ListItemMenu = "TRUE" | "FALSE" ListItemMenuAllowed = "Text
67+
List = "Text" ListItemMenu = "TRUE" | "FALSE" ListItemMenuAllowed = "Text"
6868
Max = "Number"
6969
MaxLength = "Integer"
7070
Min = "Number"

0 commit comments

Comments
 (0)