Skip to content

Commit 944fd74

Browse files
committed
Fix OGDescriptionFormatDictionary
1 parent 44f3dd0 commit 944fd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenGraph_SPI/include/OGGraphDescription.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const CFStringRef OGDescriptionIncludeValues OG_SWIFT_NAME(OGGraphRef.descriptio
2424

2525
static const CFStringRef OGDescriptionFormatDot OG_SWIFT_NAME(OGGraphRef.descriptionFormatDot) = CFSTR("graph/dot");
2626

27-
static const CFStringRef OGDescriptionFormatDictionary OG_SWIFT_NAME(OGGraphRef.descriptionFormatDictionary) = CFSTR("graph/dictionary");
27+
static const CFStringRef OGDescriptionFormatDictionary OG_SWIFT_NAME(OGGraphRef.descriptionFormatDictionary) = CFSTR("graph/dict");
2828

2929
static const CFStringRef OGDescriptionAllGraphs OG_SWIFT_NAME(OGGraphRef.descriptionAllGraphs) = CFSTR("all_graphs");
3030

0 commit comments

Comments
 (0)