소스 검색

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) => {