Skip to content

Commit b835a76

Browse files
authored
Update extension.ts
1 parent 652ac1a commit b835a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// The module 'vscode' contains the VS Code extensibility API
1+
C// The module 'vscode' contains the VS Code extensibility API
22
// Import the module and reference it with the alias vscode in your code below
33
import * as vscode from 'vscode';
44
import * as path from 'path';
@@ -114,7 +114,7 @@ function loadRDFOxigraph(data: string, oxiStore: Store, mediaType: string) {
114114
try {
115115

116116
if (mediaType == "application/ld+json") {
117-
outputChannel.appendLine("Converting to JSON-LD to NQuads to preserve named graphs");
117+
outputChannel.appendLine("Converting JSON-LD to NQuads to preserve named graphs");
118118
JSONLDtoNQuads(data)
119119
.then(nquads => {
120120
oxiStore.load(nquads, "application/n-quads", undefined, undefined);

0 commit comments

Comments
 (0)