Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Corrected withLatestFromToSequence code example #58

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nigelm187
Copy link
Contributor

Corrected withLatestFromToSequence code example

Corrected withLatestFromToSequence code example
@coveralls
Copy link

coveralls commented Jan 8, 2019

Pull Request Test Coverage Report for Build 290

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.484%

Totals Coverage Status
Change from base Build 289: 0.0%
Covered Lines: 2123
Relevant Lines: 2388

💛 - Coveralls

...

// Output: [0,9], [1,19], [2,29]...
// Output: [any(integer,0),any(integer,9)], [any(integer,1),any(integer,19)], [any(integer,2),any(integer,29)], [any(integer,3),any(integer,39)], [any(integer,4),any(integer,49)]...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it's important to point out that they are wrapped inside anys?
It makes it much less readable...

Also presumably every Output example needs to be updated.

If you think i should change all of the examples then raise an issue and we can cover that separately.

@nigelm187
Copy link
Contributor Author

I guess that just leaving as the values makes more sense than confusing with showing the data is wrapped inside an any

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants