Skip to content

Commit

Permalink
Modify link in source document
Browse files Browse the repository at this point in the history
  • Loading branch information
chalharu committed Mar 27, 2018
1 parent 568ad24 commit 378e39b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/assert.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! # Licensing
//! This Source Code is subject to the terms of the Mozilla Public License
//! version 2.0 (the "License"). You can obtain a copy of the License at
//! http://mozilla.org/MPL/2.0/.
//! [http://mozilla.org/MPL/2.0/](http://mozilla.org/MPL/2.0/).

/// Asserts that two expressions are nearly(approximately) equal to each other.
///
Expand Down
2 changes: 1 addition & 1 deletion src/complex_impl.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! # Licensing
//! This Source Code is subject to the terms of the Mozilla Public License
//! version 2.0 (the "License"). You can obtain a copy of the License at
//! http://mozilla.org/MPL/2.0/.
//! [http://mozilla.org/MPL/2.0/](http://mozilla.org/MPL/2.0/).

use num_complex::Complex;
use NearlyEq;
Expand Down
2 changes: 1 addition & 1 deletion src/fpa_impl.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! # Licensing
//! This Source Code is subject to the terms of the Mozilla Public License
//! version 2.0 (the "License"). You can obtain a copy of the License at
//! http://mozilla.org/MPL/2.0/.
//! [http://mozilla.org/MPL/2.0/](http://mozilla.org/MPL/2.0/).

use std::ops::Sub;

Expand Down
2 changes: 1 addition & 1 deletion src/ndarray_impl.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! # Licensing
//! This Source Code is subject to the terms of the Mozilla Public License
//! version 2.0 (the "License"). You can obtain a copy of the License at
//! http://mozilla.org/MPL/2.0/.
//! [http://mozilla.org/MPL/2.0/](http://mozilla.org/MPL/2.0/).

use ndarray::{ArrayBase, Axis, Data, Dimension};
use NearlyEq;
Expand Down
2 changes: 1 addition & 1 deletion src/rational_impl.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! # Licensing
//! This Source Code is subject to the terms of the Mozilla Public License
//! version 2.0 (the "License"). You can obtain a copy of the License at
//! http://mozilla.org/MPL/2.0/.
//! [http://mozilla.org/MPL/2.0/](http://mozilla.org/MPL/2.0/).

use num_rational::Ratio;
use num_integer::Integer;
Expand Down

0 comments on commit 378e39b

Please sign in to comment.