Skip to content

Commit f99819f

Browse files
authored
Merge pull request microsoft#61186 from bblarney/bb-docfix
fixed documentation typo: 'guardeed' -> 'guaranteed'
2 parents 6feab3e + fb7c069 commit f99819f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/monaco.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ declare namespace monaco {
182182
fragment?: string;
183183
}): Uri;
184184
/**
185-
* Creates a string presentation for this Uri. It's guardeed that calling
185+
* Creates a string presentation for this Uri. It's guaranteed that calling
186186
* `Uri.parse` with the result of this function creates an Uri which is equal
187187
* to this Uri.
188188
*

0 commit comments

Comments
 (0)