浏览代码

Fixed document error

Cesar Rodas 5 月之前
父节点
当前提交
e1c70c9ef1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      crates/cdk-sqlite/src/macros.rs

+ 2 - 2
crates/cdk-sqlite/src/macros.rs

@@ -1,5 +1,5 @@
-/// Unpacks a row<Column>, and consumes it, parsing into individual variables, checking the
-/// Vec<Column> is big enough
+/// Unpacks a vector of Column, and consumes it, parsing into individual variables, checking the
+/// vector is big enough.
 #[macro_export]
 macro_rules! unpack_into {
     (let ($($var:ident),+) = $array:expr) => {