Skip to content

Commit

Permalink
fixing typo in re_types_builder doc
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 11, 2023
1 parent 8e7caaf commit 36f3899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/re_types/source_hash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a sha256 hash for all direct and indirect dependencies of this crate's build script.
# It can be safely removed at anytime to force the build script to run again.
# Check out build.rs to see how it's computed.
5a4275f71245bf3f59421a959cf6b2f57e7d28c7dbec9a61e7416747c2d79b96
7144304fc34dcef2beba2b7d4ba42c9871a1cf398e0311dc61cf0023961963fc
6 changes: 3 additions & 3 deletions crates/re_types_builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
//!
//! Look for `compile_binary_schemas` in the code.
//!
//! ####. 2. Run the semantic pass.
//! #### 2. Run the semantic pass.
//!
//! The semantic pass transforms the low-level raw reflection data generated by the first phase
//! into higher level objects that are much easier to inspect/manipulate and overall friendler
//! to work with.
//!
//! Look for `objects.rs`.
//!
//! ####. 3. Fill the Arrow registry.
//! #### 3. Fill the Arrow registry.
//!
//! The Arrow registry keeps track of all type definitions and maps them to Arrow datatypes.
//!
//! Look for `arrow_registry.rs`.
//!
//! ####. 4. Run the actual codegen pass for a given language.
//! #### 4. Run the actual codegen pass for a given language.
//!
//! We currently have two different codegen passes implemented at the moment: Python & Rust.
//!
Expand Down

0 comments on commit 36f3899

Please sign in to comment.