瀏覽代碼

Fixes typo in comment.

master
George Politis 11 年之前
父節點
當前提交
3c21b09fa4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      libs/strophe/strophe.jingle.sdp.js

+ 1
- 1
libs/strophe/strophe.jingle.sdp.js 查看文件

69
 
69
 
70
     // this could be useful in Array.prototype.
70
     // this could be useful in Array.prototype.
71
     function arrayEquals(array) {
71
     function arrayEquals(array) {
72
-        // if the other array is a falsy value, return
72
+        // if the other array is a false value, return
73
         if (!array)
73
         if (!array)
74
             return false;
74
             return false;
75
 
75
 

Loading…
取消
儲存