Skip to content

Commit

Permalink
docs: Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cvauclair committed Nov 29, 2024
1 parent 97b5a71 commit f6e378a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rig-lancedb/src/utils/deserializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ fn type_matcher(column: &Arc<dyn Array>) -> Result<Vec<Value>, VectorStoreError>
}
}

///////////////////////////////////////////////////////////////////////////////////
/// Everything below includes helpers for the recursive function `type_matcher`.///
///////////////////////////////////////////////////////////////////////////////////
// ================================================================
// Everything below includes helpers for the recursive function `type_matcher`
// ================================================================

/// Trait used to "deserialize" an arrow_array::Array as as list of primitive objects.
trait DeserializePrimitiveArray {
Expand Down

0 comments on commit f6e378a

Please sign in to comment.