mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-04 08:26:32 +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()
|
||||
}
|
||||
|
||||
/// Access the approximation for the given [`GlobalEdge`], if available
|
||||
/// Access the approximation for the given edge, if available
|
||||
fn get_edge(
|
||||
&self,
|
||||
handle: Handle<GlobalEdge>,
|
||||
@ -252,7 +252,7 @@ impl EdgeCache {
|
||||
None
|
||||
}
|
||||
|
||||
/// Insert the approximation of a [`GlobalEdge`]
|
||||
/// Insert the approximation of an edge
|
||||
fn insert_edge(
|
||||
&mut self,
|
||||
handle: Handle<GlobalEdge>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user