We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f3dd0 commit 944fd74Copy full SHA for 944fd74
Sources/OpenGraph_SPI/include/OGGraphDescription.h
@@ -24,7 +24,7 @@ const CFStringRef OGDescriptionIncludeValues OG_SWIFT_NAME(OGGraphRef.descriptio
24
25
static const CFStringRef OGDescriptionFormatDot OG_SWIFT_NAME(OGGraphRef.descriptionFormatDot) = CFSTR("graph/dot");
26
27
-static const CFStringRef OGDescriptionFormatDictionary OG_SWIFT_NAME(OGGraphRef.descriptionFormatDictionary) = CFSTR("graph/dictionary");
+static const CFStringRef OGDescriptionFormatDictionary OG_SWIFT_NAME(OGGraphRef.descriptionFormatDictionary) = CFSTR("graph/dict");
28
29
static const CFStringRef OGDescriptionAllGraphs OG_SWIFT_NAME(OGGraphRef.descriptionAllGraphs) = CFSTR("all_graphs");
30
0 commit comments