Skip to content

Commit

Permalink
Improve naming of structs in inline.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed May 28, 2014
1 parent bf9935a commit c6a6027
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion src/components/main/layout/flow.rs
Expand Up @@ -9,7 +9,7 @@
///
/// Flows are interior nodes in the layout tree and correspond closely to *flow contexts* in the
/// CSS specification. Flows are responsible for positioning their child flow contexts and fragments.
/// Flows have purpose-specific fields, such as auxiliary line fragment structs, out-of-flow child
/// Flows have purpose-specific fields, such as auxiliary line structs, out-of-flow child
/// lists, and so on.
///
/// Currently, the important types of flows are:
Expand Down

0 comments on commit c6a6027

Please sign in to comment.