Skip to content

Commit 55f68f7

Browse files
author
Ikko Ashimine
authored
fix(ruby) fixed typo (#3259)
1 parent 28c7d41 commit 55f68f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/ruby.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export default function(hljs) {
252252
},
253253
NUMBER,
254254
{
255-
// negative-look forward attemps to prevent false matches like:
255+
// negative-look forward attempts to prevent false matches like:
256256
// @ident@ or $ident$ that might indicate this is not ruby at all
257257
className: "variable",
258258
begin: '(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])' + `(?![A-Za-z])(?![@$?'])`

0 commit comments

Comments
 (0)