Browse Source

docs(highest): clarify function prototype

pull/1854/head
Michele Sessa 1 year ago committed by Michele
parent
commit
33911a4b64
  1. 2
      subjects/highest/README.md

2
subjects/highest/README.md

@ -21,7 +21,7 @@ pub struct Numbers<'a> {
}
impl Numbers {
pub fn new(&[u32]) -> Self {}
pub fn new(numbers: &[u32]) -> Self {}
pub fn list(&self) -> &[u32] {}

Loading…
Cancel
Save