kasvith / kache

A simple in memory cache written using go
https://kasvith.github.io/kache
MIT License
351 stars 26 forks source link

Fix/typo in sets #73

Closed kasvith closed 6 years ago

kasvith commented 6 years ago

Pull Request for issue

Description

Typo fix

Testing Instructions

Excepted Behavior

Actual Behavior

Additional Comments

codecov[bot] commented 6 years ago

Codecov Report

Merging #73 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   71.47%   71.47%           
=======================================
  Files          10       10           
  Lines         617      617           
=======================================
  Hits          441      441           
  Misses        170      170           
  Partials        6        6
Impacted Files Coverage Δ
pkg/types/set/set.go 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 645364f...0938e71. Read the comment docs.