Skip to content

Commit

Permalink
Update public api
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogaube committed Jun 4, 2019
1 parent 3cf9143 commit df913c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ namespace Humanizer.Bytes
public static bool !=(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { }
public static bool <(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { }
public static bool <=(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { }
public static Humanizer.Bytes.ByteSize -(Humanizer.Bytes.ByteSize b) { }
public static Humanizer.Bytes.ByteSize -(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { }
public static Humanizer.Bytes.ByteSize -(Humanizer.Bytes.ByteSize b) { }
public static Humanizer.Bytes.ByteSize Parse(string s) { }
public Humanizer.Bytes.ByteSize Subtract(Humanizer.Bytes.ByteSize bs) { }
public string ToFullWords() { }
Expand Down

0 comments on commit df913c2

Please sign in to comment.