Skip to content

Commit 75c6287

Browse files
committed
0051N皇后.md Javascript
1 parent 3fa29e0 commit 75c6287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0051.N皇后.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ func solveNQueens(n int) [][]string {
431431
```
432432

433433
Javascript:
434-
```
434+
```Javascript
435435
var solveNQueens = function(n) {
436436
function isValid(row, col, chessBoard, n) {
437437

0 commit comments

Comments
 (0)