docs: Fix simple typo, subsequece -> subsequence (#2582)
There is a small typo in mithril.js, render/render.js. Should read `subsequence` rather than `subsequece`.
This commit is contained in:
parent
39c08f967a
commit
11e8e861fc
2 changed files with 3 additions and 3 deletions
|
|
@ -514,7 +514,7 @@ module.exports = function($window) {
|
|||
// takes a list of unique numbers (-1 is special and can
|
||||
// occur multiple times) and returns an array with the indices
|
||||
// of the items that are part of the longest increasing
|
||||
// subsequece
|
||||
// subsequence
|
||||
var lisTemp = []
|
||||
function makeLisIndices(a) {
|
||||
var result = [0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue