Skip to content

Commit cc8904b

Browse files
authored
Merge pull request MicrosoftDocs#6877 from joshts0/patch-22
fixing typo in CREATE EXTERNAL LANGUAGE CODE
2 parents d3030e6 + 4ab97e9 commit cc8904b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/install/includes/custom-runtime-r-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Follow these steps to download and register the R language extension, which is u
139139
CREATE EXTERNAL LANGUAGE [myR]
140140
FROM (CONTENT = N'C:\path\to\R-lang-extension-windows-release.zip',
141141
FILE_NAME = 'libRExtension.dll',
142-
ENVIRONMENT_VARIABLES = N'{"R_HOME": "C:\\Program Files\\R\\R-4.0.3"}'););
142+
ENVIRONMENT_VARIABLES = N'{"R_HOME": "C:\\Program Files\\R\\R-4.0.3"}');
143143
GO
144144
```
145145

0 commit comments

Comments
 (0)