Skip to content

Commit

Permalink
added fable helper function for comment header creation
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed May 31, 2024
1 parent a5f299b commit 0ce1c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Core/Table/CompositeHeader.fs
Original file line number Diff line number Diff line change
Expand Up @@ -521,4 +521,6 @@ type CompositeHeader =

static member freeText(s:string) = FreeText s

static member comment(s:string) = Comment s

#endif

0 comments on commit 0ce1c7c

Please sign in to comment.