mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-11 11:47:58 +00:00
Simplify comments to prepare for follow-on change
This commit is contained in:
parent
b42ad3dc07
commit
f2d50083d2
@ -230,7 +230,7 @@ impl EdgeCache {
|
|||||||
Self::default()
|
Self::default()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Access the approximation for the given [`GlobalEdge`], if available
|
/// Access the approximation for the given edge, if available
|
||||||
fn get_edge(
|
fn get_edge(
|
||||||
&self,
|
&self,
|
||||||
handle: Handle<GlobalEdge>,
|
handle: Handle<GlobalEdge>,
|
||||||
@ -252,7 +252,7 @@ impl EdgeCache {
|
|||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Insert the approximation of a [`GlobalEdge`]
|
/// Insert the approximation of an edge
|
||||||
fn insert_edge(
|
fn insert_edge(
|
||||||
&mut self,
|
&mut self,
|
||||||
handle: Handle<GlobalEdge>,
|
handle: Handle<GlobalEdge>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user