Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docstring for TOML stdlib module #52834

Merged
merged 11 commits into from
Jan 15, 2024
Prev Previous commit
Next Next commit
Fixed Blank line
  • Loading branch information
jam-khan committed Jan 13, 2024
commit e45cd8ebdf2297577b0304a5ea84591de2ee4676
1 change: 0 additions & 1 deletion stdlib/TOML/src/TOML.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ TOML.jl is a Julia standard library for parsing and writing TOML v1.0 files.
This module provides functions to parse TOML strings and files into Julia data structures
and to serialize Julia data structures to TOML format.
"""

module TOML

module Internals
Expand Down