瀏覽代碼

Fix typography

Neal Wilson 11 年之前
父節點
當前提交
bdcdd2c3ef
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/typica.w

+ 2
- 2
src/typica.w 查看文件

12063
 				@<Expand the SaltModel@>@;
12063
 				@<Expand the SaltModel@>@;
12064
 				endInsertRows();
12064
 				endInsertRows();
12065
 			}
12065
 			}
12066
-			return true;
12066
+			return @[true@];
12067
 		}
12067
 		}
12068
 	}
12068
 	}
12069
-	return false;
12069
+	return @[false@];
12070
 }
12070
 }
12071
 
12071
 
12072
 @ To find the row number for removal operations it is useful to search for
12072
 @ To find the row number for removal operations it is useful to search for

Loading…
取消
儲存