Skip to content

Commit

Permalink
Final touches for 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartsokol committed May 22, 2018
1 parent ed1f72f commit 55cbf97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Monacs.Core/Result.Extensions.Tuple.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

namespace Monacs.Core
{
///<summary>
/// Contains the set of tuple extensions to work with the <see cref="Result{T}" /> type.
///</summary>
public static class TupleResult
{
/* Map */
Expand Down
2 changes: 1 addition & 1 deletion Monacs.Core/Result.Extensions.Unit.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Monacs.Core.Unit
namespace Monacs.Core
{
///<summary>
/// Contains the set of extensions to work with the <see cref="Result{Unit}" /> type.
Expand Down

0 comments on commit 55cbf97

Please sign in to comment.